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
/
module.rb
Age
Commit message (
Expand
)
Author
2018-09-01
Move `Kernel#send` to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-11
Fix misspelling words in comments
Kazuhiro Sera
2017-08-29
Refactored #assert_raise and #assert_nothing_raised
Christopher Aue
2017-08-01
Implements `Module::nesting' (15.2.2.3.2); ref #600, #3200
Yukihiro "Matz" Matsumoto
2017-07-29
Merge pull request #3757 from christopheraue/module_const_get_class_path
Yukihiro "Matz" Matsumoto
2017-07-28
Extended Module#const_get to support class paths
Christopher Aue
2017-07-28
Fixed return value of Module#include and #prepend
Christopher Aue
2017-07-18
Fixed Module#to_s and #name for #const_set modules
Christopher Aue
2017-03-31
Modify to get constant of parent module in singleton class; fix #3568
Kouichi Nakanishi
2016-10-12
Module#define_method supports proc argument
ksss
2015-07-13
Clean up tests
Blaž Hrastnik
2015-07-13
assert() cannot be nested
Blaž Hrastnik
2015-07-13
Set origin when doing kind_of? comparisons
Blaž Hrastnik
2015-07-13
Enable test_prepend_module_ancestors because it seems to pass.
Blaž Hrastnik
2015-07-13
Space out test_prepend_super_in_alias assert
Corey Powell
2015-07-13
Enable visibility prepend tests again
Blaž Hrastnik
2015-07-13
Ported all MRI prepend tests
Corey Powell
2015-07-13
Removed some debug prints from the test
Corey Powell
2015-07-13
Ported a bit more of the MRI Module#prepend tests over
Corey Powell
2015-07-13
Rename classes because of conflicts
Blaž Hrastnik
2015-07-13
Implement Module#prepend.
Blaž Hrastnik
2015-05-29
check if outer is a class or module
cremno
2014-10-20
instance_methods etc should not include undef'ed method names; based on a pat...
Yukihiro "Matz" Matsumoto
2014-08-20
Remove empty lines.
Tatsuhiko Kubo
2014-07-18
add Module#module_function
dreamedge
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-05-21
Module#initialize set created object
ksss
2014-05-19
Implement Module#initialize (15.2.2.4.31)
ksss
2014-05-18
instance method name use "#" instead of "." for assert
ksss
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-01-25
clone Class/Module rightly
h2so5
2013-12-24
Change :vattr= to :cattr= in respond_to? test
Carson McDonald
2013-12-09
modify test case to check #1606
Yukihiro "Matz" Matsumoto
2013-08-13
Add two tests for issue #1467
Carson McDonald
2013-08-02
I fix order of actual and expect test value in module.rb.
Jun Hiroe
2013-07-21
Cleaned up some of the Module#attr tests
Ryan Scott
2013-07-19
Wrote tests around attr, attr_reader, attr_writer, attr_accessor
Ryan Scott
2013-06-15
Improve Module Tests
Daniel Bovensiepen
2013-04-30
the receiver should be included in ancestors even when it's a singleton class
Yukihiro "Matz" Matsumoto
2013-04-25
fix Module#ancestors and update test
skandhas
2013-04-21
Remove unused variable
Carson McDonald
2013-04-20
fix test to check class variables in superclasses
Yukihiro "Matz" Matsumoto
2013-04-06
Add some tests.
Masaki Muranaka
2013-04-02
Add test cases.
Masaki Muranaka
2013-02-16
Add Module#remove_const test
Daniel Bovensiepen
2013-01-04
add test for Module#method_defined?
skandhas
2012-12-29
add test for Module#remove_method
skandhas
2012-12-25
add test for Module#remove_class_variable
skandhas
2012-12-23
add test for Module#class_variable_defined?
skandhas
[next]