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