summaryrefslogtreecommitdiffhomepage
path: root/mrblib/class.rb
AgeCommit message (Expand)Author
2013-08-15remove Ruby defined Class#newYukihiro "Matz" Matsumoto
2013-08-15implement Class.new in C againYukihiro "Matz" Matsumoto
2013-08-13Fix inerited to inheritedCarson McDonald
2013-08-13define Class#new in ruby to call #initializeYukihiro "Matz" Matsumoto
2013-07-21Changed the attr methods in mrblib, so that they take advantage of validating...Ryan Scott
2013-07-19Wrote tests around attr, attr_reader, attr_writer, attr_accessorRyan Scott
2012-06-24avoid generating iv name each time in accessorsYukihiro Matsumoto
2012-06-22fixed attr_*: forgot '@'Yuichiro MASUI
2012-06-20add Module#{attr,attr_reader,attr_writer,attr_accessor}; close #257Yukihiro Matsumoto