Class: Ellen::Adapters::Shell
- Inherits:
-
Base
- Object
- Base
- Ellen::Adapters::Shell
show all
- Defined in:
- lib/ellen/adapters/shell.rb
Instance Attribute Summary
Attributes inherited from Base
#options, #robot
Instance Method Summary
collapse
Methods inherited from Base
inherited, #initialize
Instance Method Details
#run ⇒ Object
6
7
8
9
|
# File 'lib/ellen/adapters/shell.rb', line 6
def run
explain
listen
end
|
#say(body, options = {}) ⇒ Object
11
12
13
|
# File 'lib/ellen/adapters/shell.rb', line 11
def say(body, options = {})
puts body
end
|