BasicObject
# File lib/pervasives-1.1.0.rb, line 48 def Pervasives *a, &b Proxy.new *a, &b end
# File lib/pervasives-1.1.0.rb, line 26 def __pervasive__ m, *a, &b Pervasives.call self, m, *a, &b end