Method: Wpxf::IntegerOption#max

Defined in:
lib/wpxf/core/opts/integer_option.rb

#maxInteger?

Returns the highest valid value.

Returns:

  • (Integer, nil)

    the highest valid value.



72
73
74
# File 'lib/wpxf/core/opts/integer_option.rb', line 72

def max
  @max
end