class Expire::CLI::Playground

Play with test-data

Public Instance Methods

create(path) click to toggle source
# File lib/expire/cli.rb, line 96
def create(path)
  Expire.create_playground(path)
end