# File lib/generators/flog.rb, line 125 def initialize(name, score, operators = []) if name.match(/\.rb:\d*/) @line = name.match(/\.rb:\d*/).to_s.sub('.rb:','') name = name.match(/\S*/) end @name = name @score = score.to_f @operators = operators end
Generated with the Darkfish Rdoc Generator 2.