Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/prototype.rb,
lib/prototype-2.0.0.rb
Instance Method Summary collapse
- #Prototype(*a, &b) ⇒ Object
- #prototype(*a, &b) ⇒ Object
- #Prototyping(obj = nil, &b) ⇒ Object
- #prototyping(obj = nil, &b) ⇒ Object
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 |