Method: Jets::Commands::Import::Cheatsheet.create

Defined in:
lib/jets/commands/import/cheatsheet.rb

.create(rack_repo_url) ⇒ Object



3
4
5
# File 'lib/jets/commands/import/cheatsheet.rb', line 3

def self.create(rack_repo_url)
  new(rack_repo_url).create
end