Method: Expire::CLI::Playground#create

Defined in:
lib/expire/cli.rb

#create(path) ⇒ Object



97
98
99
# File 'lib/expire/cli.rb', line 97

def create(path)
  Expire.create_playground(path)
end