Method: ChainReactor::Reactor#reactions_for
- Defined in:
- lib/chain-reactor/reactor.rb
#reactions_for(address) ⇒ Object
Get an array of reactions for a given address
56 57 58 |
# File 'lib/chain-reactor/reactor.rb', line 56 def reactions_for(address) @address_map[address] if address_allowed?(address) end |