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
2020-12-13
Fix spelling
John Bampton
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2019-07-29
Merge pull request #4407 from shuujii/add-assert_raise_with_message-and-asser...
Yukihiro "Matz" Matsumoto
2019-07-20
Fix `Module#dup` to frozen module
KOBAYASHI Shuji
2019-06-30
Fix `include`, `prepend` and `extend` to frozen object
KOBAYASHI Shuji
2019-06-16
Fix cvar, ivar, const and method can be removed to frozen object
KOBAYASHI Shuji
2019-06-05
Fix missing assertions in `test/t/module.rb`
KOBAYASHI Shuji
2019-04-26
Add `assert_raise_with_message` and `assert_raise_with_message_pattern`
KOBAYASHI Shuji
2019-04-23
Fix name assignment to frozen anonymous class/module
KOBAYASHI Shuji
2019-04-22
Merge pull request #4356 from shuujii/add-assert_match-and-assert_not_match
Yukihiro "Matz" Matsumoto
2019-04-14
Add `assert_match` and `assert_not_match`
KOBAYASHI Shuji
2019-04-05
`Module#alias_method` should return `self` in ISO standard
KOBAYASHI Shuji
2019-03-14
Fix constant name validation
KOBAYASHI Shuji
2019-02-19
Use more appropriate assertion methods
KOBAYASHI Shuji
2019-01-28
`class`/`module` expression with empty body should return `nil`
KOBAYASHI Shuji
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
[next]