class JapanETC::DatabaseProvider::NagoyaExpressway::Row
Public Instance Methods
[](index)
click to toggle source
# File lib/japan_etc/database_provider/nagoya_expressway.rb, line 68 def [](index) array[index] end
[]=(index, element)
click to toggle source
# File lib/japan_etc/database_provider/nagoya_expressway.rb, line 72 def []=(index, element) index += 1 until array[index].nil? array[index] = element end
array()
click to toggle source
# File lib/japan_etc/database_provider/nagoya_expressway.rb, line 77 def array @array ||= [] end
Also aliased as: to_a