Module: RCS::Component::ClassMethods
- Defined in:
- lib/rcs-common/component.rb
Instance Method Summary collapse
Instance Method Details
#run!(*argv) ⇒ Object
82 83 84 |
# File 'lib/rcs-common/component.rb', line 82 def run!(*argv) return new.run(argv) end |