7 lines
51 B
Ruby
7 lines
51 B
Ruby
|
|
|
|
module Parfait
|
|
class String < Object
|
|
end
|
|
end
|