class Streamer::Functors::Gte
Gte
compares a target to a value or fuction
Public Instance Methods
call()
click to toggle source
# File lib/streamer/functors/gte.rb, line 5 def call compare(:>=) end
Gte
compares a target to a value or fuction
# File lib/streamer/functors/gte.rb, line 5 def call compare(:>=) end