0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement object_id and __id__ methods. More... over 16 years ago
* Add a string.t to test Rubyish::String. * Implement String#gsub * Fix the hash.t test failure More... over 16 years ago
Implement Rubyish::Autobox. With a simple test that test array autoboxing. More... over 16 years ago
Implement Array#clear. More... over 16 years ago
Implment Array#join, It also respects and uses the value of $, More... over 16 years ago
add prereqs. More... over 16 years ago
* Refactored puts a little bit so it looks more obvious. * Update all tests. Now they all pass. (class.t is skipped) More... over 16 years ago
new string example More... over 16 years ago
more doc More... over 16 years ago
revise Kernel#puts More... over 16 years ago
new test More... over 16 years ago
new example More... over 16 years ago
implement Array#size, Array#length More... over 16 years ago
rewrite Array#at with def :) More... over 16 years ago
Let def accepts simple proto. More... over 16 years ago
Figured out a good way to test the "methods" method of object with the unimplemented behavior of Rubyish::Array. More... over 16 years ago
add blank Enumerable module More... over 16 years ago
Merge branch 'master' of [email protected]:gugod/rubyish-perl More... over 16 years ago
Make most of the tests pass. Yay. More... over 16 years ago
Mark the class test as TODO. More... over 16 years ago
Add a class test as TODO item. More... over 16 years ago
Pull out the isa test to a separate file. More... over 16 years ago
more introduce More... over 16 years ago
implement Kernel#puts More... over 16 years ago
more doc More... over 16 years ago
set some getter return Rubyish object More... over 16 years ago
Object#methods now return Array object More... over 16 years ago
Implement Array#at, Hash#fetch and revise constructor of them. Add testing script for Array and Hash. More... over 16 years ago
revise Changes More... over 16 years ago
revise TODO More... over 16 years ago