Class: Object

Inherits:
BasicObject
Defined in:
lib/prototype.rb,
lib/prototype-2.0.0.rb

Instance Method Summary collapse

Instance Method Details

#Prototype(*a, &b) ⇒ Object



209
# File 'lib/prototype.rb', line 209

def Prototype(*a, &b) Prototype.inherit *a, &b end

#prototype(*a, &b) ⇒ Object



210
# File 'lib/prototype.rb', line 210

def prototype(*a, &b) Prototype.inherit *a, &b end

#Prototyping(obj = nil, &b) ⇒ Object



211
# File 'lib/prototype.rb', line 211

def Prototyping(obj=nil, &b) Prototype.prototyping obj||self, &b end

#prototyping(obj = nil, &b) ⇒ Object



212
# File 'lib/prototype.rb', line 212

def prototyping(obj=nil, &b) Prototype.prototyping obj||self, &b end