Method: Codelog::Command::New.run

Defined in:
lib/codelog/command/new.rb

.run(name, options) ⇒ Object



13
14
15
# File 'lib/codelog/command/new.rb', line 13

def self.run(name, options)
  new(name, options).run
end