Class: Expire::CLI::Playground
- Inherits:
-
Thor
- Object
- Thor
- Expire::CLI::Playground
- Defined in:
- lib/expire/cli.rb
Overview
Play with test-data
Instance Method Summary collapse
Instance Method Details
#create(path) ⇒ Object
97 98 99 |
# File 'lib/expire/cli.rb', line 97 def create(path) Expire.create_playground(path) end |