class Symbol
Public Instance Methods
[](*args, &block)
click to toggle source
# File lib/method_call.rb, line 28 def [](*args, &block) MethodCall.new(self, args, &block) end
# File lib/method_call.rb, line 28 def [](*args, &block) MethodCall.new(self, args, &block) end