class StreetFighter::Left

Public Instance Methods

bind(func) click to toggle source
# File lib/street_fighter/left.rb, line 12
def bind func
  self
end
match(other) click to toggle source
# File lib/street_fighter/left.rb, line 3
def match other # >> (then)
  EitherCheck.new(other).run!
  self
end
tournament(*fns) click to toggle source
# File lib/street_fighter/left.rb, line 8
def tournament *fns
  self
end