Module: Another

Defined in:
lib/another.rb,
lib/another/runner.rb

Defined Under Namespace

Classes: Runner

Class Method Summary collapse

Class Method Details

.run(args) ⇒ Object



7
8
9
# File 'lib/another.rb', line 7

def self.run(args)
  Runner.new(args)
end