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
/
mrblib
/
class.rb
Age
Commit message (
Collapse
)
Author
2016-08-19
renamed class.rb and error.rb to ensure they are read first; ref #3197
Yukihiro "Matz" Matsumoto
2014-09-02
implement attr_reader and attr_writer in C; use cfunc closure to speed-up
Yukihiro "Matz" Matsumoto
2014-09-01
attr_reader and attr_writer should return nil
Yukihiro "Matz" Matsumoto
2013-08-15
remove Ruby defined Class#new
Yukihiro "Matz" Matsumoto
2013-08-15
implement Class.new in C again
Yukihiro "Matz" Matsumoto
2013-08-13
Fix inerited to inherited
Carson McDonald
2013-08-13
define Class#new in ruby to call #initialize
Yukihiro "Matz" Matsumoto
2013-07-21
Changed the attr methods in mrblib, so that they take advantage of ↵
Ryan Scott
validating the name against a string parameter if need be
2013-07-19
Wrote tests around attr, attr_reader, attr_writer, attr_accessor
Ryan Scott
2012-06-24
avoid generating iv name each time in accessors
Yukihiro Matsumoto
2012-06-22
fixed attr_*: forgot '@'
Yuichiro MASUI
2012-06-20
add Module#{attr,attr_reader,attr_writer,attr_accessor}; close #257
Yukihiro Matsumoto