Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/pervasives.rb,
lib/pervasives.rb,
lib/pervasives-1.1.0.rb,
lib/pervasives-1.1.0.rb
Instance Method Summary collapse
Instance Method Details
#__pervasive__(m, *a, &b) ⇒ Object
26 27 28 |
# File 'lib/pervasives.rb', line 26 def __pervasive__ m, *a, &b Pervasives.call self, m, *a, &b end |
#Pervasives(*a, &b) ⇒ Object
48 49 50 |
# File 'lib/pervasives.rb', line 48 def Pervasives *a, &b Proxy.new *a, &b end |