gems.chunky_png-1.3.8.lib.chunky_png.compatibility.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
# Define the byte-operators on a string if they're not defined (Ruby 1.8)
class String
alias_method :getbyte, :[] unless method_defined?(:getbyte)
alias_method :setbyte, :[]= unless method_defined?(:setbyte)
alias_method :bytesize, :size unless method_defined?(:bytesize)
end
module Enumerable
unless method_defined?(:minmax)
def minmax
[min, max]
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy