Method: Mooncell::Respond::InstanceMethods#initialize

Defined in:
lib/mooncell/respond.rb

#initialize(command) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.1.0



63
64
65
# File 'lib/mooncell/respond.rb', line 63

def initialize(command)
  @command = command
end