require_relative '../../spec_helper' describe "Numeric" do it "includes Comparable" do Numeric.include?(Comparable).should == true end end ttps://git.ruby-lang.org/ruby.git/atom/class.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/class.c
AgeCommit message (Expand)Author
2016-12-04class.c: missing unknown_keyword_errornobu
2016-11-12class.c: no fstring singleton classnobu
2016-11-12class.c: trivial optimizationnobu
2016-10-24class.c: rb_undef_methods_fromnobu
2016-10-09replace Fixnum with Integer in rdoc [ci skip]nobu
2016-09-12Copy the serial number from the super class to the singleton classtenderlove
2016-09-07class.c: instance method conditionsnobu
2016-07-23internal.h: inline Check_Typenobu
2016-06-16prevent rb_cObject from GCnobu
2016-05-25* class.c (rb_define_class): Fix documentation.eregon
2016-05-25class.c: simplifynobu
2016-05-22* class.c (rb_scan_args): moved to bottom of the file to make thenaruse
2016-05-21Revert r50102naruse
2016-05-21* include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead ofnaruse
2016-03-07class.c: err if superclass is 0nobu