Method: Hallon::Observable#handlers

Defined in:
lib/hallon/observable.rb

#handlersHash<String, Proc> (protected)

Returns:

  • (Hash<String, Proc>)


167
168
169
# File 'lib/hallon/observable.rb', line 167

def handlers
  @__handlers ||= Hash.new(proc {})
end