Exception: RubySlime::UnknownCommand

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/ruby_slime/unknown_command.rb

Direct Known Subclasses

ProcessHelper::UnknownCommand

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#commandObject (readonly)

Returns the value of attribute command.



5
6
7
# File 'lib/ruby_slime/unknown_command.rb', line 5

def command
  @command
end