rails/activerecord/lib
Akira Matsuda 9360b6be63 class Foo < Struct.new(:x) creates an extra unneeded anonymous class
because Struct.new returns a Class, we just can give it a name and use it directly without inheriting from it
2017-01-13 15:13:47 +09:00
..
active_record class Foo < Struct.new(:x) creates an extra unneeded anonymous class 2017-01-13 15:13:47 +09:00
rails/generators self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
active_record.rb Bump license years for 2017 2016-12-31 08:34:08 -05:00