Method: Eye::Application#send_call
- Defined in:
- lib/eye/application.rb
#send_call(call) ⇒ Object
40 41 42 43 |
# File 'lib/eye/application.rb', line 40 def send_call(call) info "call: #{call}" @groups.each { |group| group.send_call(call) } end |