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
/
nomethoderror.rb
Age
Commit message (
Expand
)
Author
2017-03-02
Create NoMethodError instance using `mrb_obj_new()`.
Yukihiro "Matz" Matsumoto
2017-02-27
Remove default Kernel#method_missing.
Yukihiro "Matz" Matsumoto
2017-02-15
Move BasicObject#method_missing to Kernel#method_missing; ref #3417
Yukihiro "Matz" Matsumoto
2017-01-11
Fix 36fc1f14 not checking in the right location
Bouke van der Bijl
2016-12-03
update NoMethodError tests; ref #3291
Yukihiro "Matz" Matsumoto
2016-11-24
Fix instances where return value of mrb_method_search_vm is unchecked
Francois Chagnon
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2013-08-02
I fix order of actual and expect test value in nomethoderror.rb.
Jun Hiroe
2013-06-14
Improve NoMethodError Tests
Daniel Bovensiepen
2012-06-03
Add superclass tests for Exceptions
Daniel Bovensiepen
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-25
Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...
Daniel Bovensiepen