This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 7901aea5dc5734a3a84f1d637d978c86ba1afa32
tree 11eae63aba1d9d202ab401825437a3661b9f02a2
parent 260c57e6be6d3a4baa1292c172c14758f4ceb1a7
tree 11eae63aba1d9d202ab401825437a3661b9f02a2
parent 260c57e6be6d3a4baa1292c172c14758f4ceb1a7
js.class /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 01 10:21:57 -0800 2008 | |
| |
CHANGELOG | Sat Oct 10 11:47:23 -0700 2009 | |
| |
Jakefile | ||
| |
MIT-LICENSE | Thu May 07 14:40:39 -0700 2009 | |
| |
README.markdown | Sun May 31 08:06:49 -0700 2009 | |
| |
jake.yml | ||
| |
loader.js | Sat May 30 17:14:57 -0700 2009 | |
| |
site/ | ||
| |
source/ | ||
| |
test/ |
README.markdown
JS.Class - Ruby-style JavaScript
http://jsclass.jcoglan.com
JS.Class is a JavaScript library for building object-oriented programs using Ruby idioms. It implements Ruby's core object/module/class system in JavaScript, as well as several standard Ruby libraries and various other extensions.
Distribution files
The distribution contains the following files:
core.js- containsClass,Module,Kernel,SingletonandInterfaceloader.js- everything fromcore.js, plus thePackagesystem and dependency data for the standard librarystdlib.js- the whole standard library in one file
The remaining files should be self-explanatory; each contains a single piece of the standard library; see the website for documentation.
License
Distributed under the MIT license. Copyright (c) 2007-2009 James Coglan








