Module: GL::Command::ClassMethods
- Defined in:
- lib/gl/command/base.rb
Instance Method Summary collapse
Instance Method Details
#call(context = {}) ⇒ Object
22 23 24 |
# File 'lib/gl/command/base.rb', line 22 def call(context = {}) new(context).tap(&:perform).context end |