55 56 57 58 59 60 61
# File 'lib/megam/core/billings.rb', line 55 def line1(arg=nil) if arg != nil @line1 = arg else @line1 end end