apache-config-generator/lib/apache/core_ext/fixnum.rb

5 lines
44 B
Ruby
Raw Normal View History

class Fixnum
def quoteize; self; end
end