Class: Swift::Pyrite::Cli
- Inherits:
-
Thor
- Object
- Thor
- Swift::Pyrite::Cli
- Defined in:
- lib/swift/pyrite/cli.rb
Instance Method Summary collapse
Instance Method Details
#generate(input_path, output_path) ⇒ Object
7 8 9 |
# File 'lib/swift/pyrite/cli.rb', line 7 def generate(input_path, output_path) generator.generate_fake_for(input_path, output_path) end |