Exception: RubySlime::UnknownCommand
- Inherits:
-
NotImplementedError
- Object
- NotImplementedError
- RubySlime::UnknownCommand
- Defined in:
- lib/ruby_slime/unknown_command.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
Instance Method Summary collapse
-
#initialize(command) ⇒ UnknownCommand
constructor
A new instance of UnknownCommand.
Constructor Details
#initialize(command) ⇒ UnknownCommand
Returns a new instance of UnknownCommand.
7 8 9 10 |
# File 'lib/ruby_slime/unknown_command.rb', line 7 def initialize(command) @command = command super() end |
Instance Attribute Details
#command ⇒ Object (readonly)
Returns the value of attribute command.
5 6 7 |
# File 'lib/ruby_slime/unknown_command.rb', line 5 def command @command end |