apache-config-generator/lib/apache/core_ext/fixnum.rb
2011-09-27 15:30:38 -04:00

5 lines
44 B
Ruby

class Fixnum
def quoteize; self; end
end