Method: BB8::Commands::InitialiseProject.call

Defined in:
lib/bb8/commands/initialise_project.rb

.call(path) ⇒ Object



2
3
4
# File 'lib/bb8/commands/initialise_project.rb', line 2

def self.call(path)
  new(path).call
end