class QbertBot::Match
Attributes
listener[R]
matches[R]
Public Class Methods
new(listener, matches)
click to toggle source
# File lib/qbert_bot/robot.rb, line 12 def initialize(listener, matches) @listener = listener @matches = matches end
Public Instance Methods
proc()
click to toggle source
# File lib/qbert_bot/robot.rb, line 17 def proc @listener.proc end