Class: Neve::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/neve/cli.rb

Instance Method Summary collapse

Instance Method Details

#mix(filename) ⇒ Object



8
9
10
# File 'lib/neve/cli.rb', line 8

def mix(filename)
  Mix.new(filename).run
end