module Warg::Command::BehaviorWithoutRegistration::ClassMethods

Public Instance Methods

call(context) click to toggle source
# File lib/warg.rb, line 1916
def call(context)
  command = new(context)
  command.call
  command
end