Module: RubySlime::ProcessHelper

Extended by:
ActiveSupport::Concern
Defined in:
lib/ruby_slime/process_helper.rb

Defined Under Namespace

Classes: UnknownCommand

Instance Method Summary collapse

Instance Method Details

#pending_eventsObject



15
16
17
# File 'lib/ruby_slime/process_helper.rb', line 15

def pending_events
  @pending_events ||= []
end

#stateObject



11
12
13
# File 'lib/ruby_slime/process_helper.rb', line 11

def state
  @state ||= {}
end