Usually the naming schema’s pretty good. If I see a file called array.rb I can expect it to include some code like:
class Array def some_new_method #funky code end end
Usually the naming schema’s pretty good. If I see a file called array.rb I can expect it to include some code like:
class Array def some_new_method #funky code end end