Class: Psychic::Runner::CLI::Show
- Defined in:
- lib/psychic/runner/cli.rb
Constant Summary
Constants inherited from CLI
Instance Method Summary collapse
Methods inherited from CLI
Instance Method Details
#sample(sample_name) ⇒ Object
98 99 100 101 |
# File 'lib/psychic/runner/cli.rb', line 98 def sample(sample_name) sample = runner.find_sample(sample_name) say sample.to_s([:verbose]) end |