Method: Megam::Components#artifacts
- Defined in:
- lib/megam/core/components.rb
#artifacts(arg = nil) ⇒ Object
235 236 237 238 239 240 241 |
# File 'lib/megam/core/components.rb', line 235 def artifacts(arg=nil) if arg != nil @artifacts = arg else @artifacts end end |