Parent

Class/Module Index [+]

Quicksearch

Object

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.