Class: J8::Consumer
Instance Method Summary collapse
Methods included from Common
callable_from_proc, from_callable, from_callable_class, initialize, lambda?, make_lambda, raise_unless_lambda
Instance Method Details
#accept(o) ⇒ Object
7 8 9 |
# File 'lib/j8/consumer.rb', line 7 def accept(o) @callable.call(o) end |