5 lines
44 B
Ruby
5 lines
44 B
Ruby
|
class Fixnum
|
||
|
def quoteize; self; end
|
||
|
end
|
||
|
|