class Streamer::Functors::Gt

Gt compares target to function or value

Public Instance Methods

call() click to toggle source
# File lib/streamer/functors/gt.rb, line 5
def call
  compare :>
end