Skip to Content Skip to Search

Raised when argument number param given to the helpers is invalid and the option :raise is set to true.

Methods
N

Attributes

[RW] number

Class Public methods

new(number)

# File actionview/lib/action_view/helpers/number_helper.rb, line 21
def initialize(number)
  @number = number
end