Class: J8::Supplier
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
#get ⇒ Object
7 8 9 |
# File 'lib/j8/supplier.rb', line 7 def get @callable.call end |