Raised when argument number
param given to the helpers is invalid and the option :raise
is set to true
.
Methods
Attributes
[RW] | number |
Class Public methods
new(number)
📝 Source code
# File actionview/lib/action_view/helpers/number_helper.rb, line 22
def initialize(number)
@number = number
end
🔎 See on GitHub