rubyx/lib/parfait/string.rb

7 lines
51 B
Ruby
Raw Normal View History

2015-05-12 09:44:34 +03:00
module Parfait
class String < Object
end
end