Method: Streamer::Functors::Gte#call

Defined in:
lib/streamer/functors/gte.rb

#callObject



5
6
7
# File 'lib/streamer/functors/gte.rb', line 5

def call
  compare(:>=)
end