class Object

Public Instance Methods

Pervasives(*a, &b) click to toggle source
# File lib/pervasives-1.1.0.rb, line 48
def Pervasives *a, &b
  Proxy.new *a, &b
end
__pervasive__(m, *a, &b) click to toggle source
# File lib/pervasives-1.1.0.rb, line 26
def __pervasive__ m, *a, &b
  Pervasives.call self, m, *a, &b
end