rubyx/lib/core/string.rb

8 lines
97 B
Ruby
Raw Normal View History

2014-04-28 22:08:09 +03:00
module Core
class String
module ClassMethods
end
extend ClassMethods
2014-04-28 22:08:09 +03:00
end
end