16 17 18 19 20 21 22
# File 'lib/megam/core/credits.rb', line 16 def id(arg=nil) if arg != nil @id = arg else @id end end