index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
class.rb
Age
Commit message (
Expand
)
Author
2014-08-09
Fix a bug that class variable can't be referenced from class method
Kouhei Sutou
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-05-22
Class.new add test case
ksss
2014-01-25
clone Class/Module rightly
h2so5
2013-12-27
When superclass isn't a class tests
Carson McDonald
2013-12-27
More singleton tests
Carson McDonald
2013-12-25
Add more testing for singletons
Carson McDonald
2013-10-30
implement Class.new with block
h2so5
2013-10-25
update test code to ensure return value from class statement
Yukihiro "Matz" Matsumoto
2013-10-25
add a regression for #1544
fleuria
2013-08-13
Test for Class#inherited
Carson McDonald
2013-08-13
Add test for Class.new(*args)
Carson McDonald
2013-08-02
I fix order of actual and expect test value in class.rb.
Jun Hiroe
2013-06-14
Merge pull request #1279 from Bovi-Li/improve-tests
Yukihiro "Matz" Matsumoto
2013-06-09
Singleton raises TypeError on #new
Daniel Bovensiepen
2013-06-09
Improve Class tests
Daniel Bovensiepen
2013-06-09
Improve alias tests
Daniel Bovensiepen
2013-06-09
Improve undef tests
Daniel Bovensiepen
2013-06-08
Add undef var test
Carson McDonald
2013-04-02
Add test cases.
Masaki Muranaka
2013-01-20
Add test for `undef` and `alias`.
Masamitsu MURASE
2012-07-29
Modify test for Class.
Masamitsu MURASE
2012-06-03
Improve Class#superclass to ISO
Daniel Bovensiepen
2012-06-03
resolve conflict in test/t/class.rb
Yukihiro Matsumoto
2012-06-03
Add Class#superclass; a patch made by @bovi; close #234
Yukihiro Matsumoto
2012-06-03
Add first test case for Class#new and prepare further feature tests for it
Daniel Bovensiepen
2012-05-25
Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...
Daniel Bovensiepen