Skip to content

Instantly share code, notes, and snippets.

View m4r00p's full-sized avatar

Marek Pawłowski m4r00p

View GitHub Profile
@m4r00p
m4r00p / r-proto-class.js
Created November 15, 2011 12:26 — forked from DmitrySoshnikov/r-proto-class.js
R-Proto-Class.js
/**
* r-proto-class.js
* Ruby's semantics
*
* Features:
* - super calls
* - using Object.create for inheritance
* - Class.new is a wrapper over Class.allocate and Class.initialize
*
* by Dmitry Soshnikov <dmitry.soshnikov@gmail.com>