class SafeYAML::Parse::Hexadecimal
def self.value(value)
def self.value(value) # This is safe to do since we already validated the value. return Integer(value.gsub(/_/, "")) end
def self.value(value) # This is safe to do since we already validated the value. return Integer(value.gsub(/_/, "")) end