![JAR search and dependency download from the Maven repository](/logo.png)
gems.chunky_png-1.2.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
Maven Plugin that compiles SASS files
The newest version!
# 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