Class: Yap::Shell::RubyCommand
- Defined in:
- lib/yap/shell/commands.rb
Instance Attribute Summary
Attributes inherited from Command
#args, #heredoc, #line, #str, #world
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Yap::Shell::Command
Instance Method Details
#to_executable_str ⇒ Object
135 136 137 |
# File 'lib/yap/shell/commands.rb', line 135 def to_executable_str str end |
#type ⇒ Object
131 132 133 |
# File 'lib/yap/shell/commands.rb', line 131 def type :RubyCommand end |