Class: RulerCoaster::Term::ArrayNumber

Inherits:
Array
  • Object
show all
Defined in:
lib/ruler_coaster/term/array.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RulerCoaster::Term::Base

Instance Method Details

#valueObject



16
17
18
19
20
# File 'lib/ruler_coaster/term/array.rb', line 16

def value
  array_value.map do |item|
    item.to_s.strip.to_i
  end
end