Method: Megam::Components#source
- Defined in:
- lib/megam/core/components.rb
#source(arg = nil) ⇒ Object
158 159 160 161 162 163 164 |
# File 'lib/megam/core/components.rb', line 158 def source(arg = nil) if !arg.nil? @source = arg else @source end end |