Module: Cheatorious::DslExecutor
- Defined in:
- lib/cheatorious/cli.rb
Class Method Summary collapse
Class Method Details
.cheatsheet_for(name, &block) ⇒ Object
7 8 9 |
# File 'lib/cheatorious/cli.rb', line 7 def self.cheatsheet_for(name, &block) Cheatorious::CheatSheet.compile(name, @output, &block) end |