Method: Botz::Shell#initialize
- Defined in:
- lib/botz/shell.rb
#initialize(definition_file) ⇒ Shell
Returns a new instance of Shell.
10 11 12 |
# File 'lib/botz/shell.rb', line 10 def initialize(definition_file) @definition_file = definition_file end |