class Symbol
Public Instance Methods
with(*args, &block)
click to toggle source
# File lib/extensions.rb, line 2 def with(*args, &block) -> (caller, *rest) { caller.send(self, *rest, *args, &block) } end
# File lib/extensions.rb, line 2 def with(*args, &block) -> (caller, *rest) { caller.send(self, *rest, *args, &block) } end