method
positive
ruby latest stable - Class:
XSD::XSDInteger
positive(v)private
No documentation available.
# File lib/xsd/datatypes.rb, line 1047
def positive(v)
PositiveMinInclusive <= v
end positive(v)No documentation available.
# File lib/xsd/datatypes.rb, line 1047
def positive(v)
PositiveMinInclusive <= v
end