Sha256: 4a57d2e49c0d04b38c1b3fd08872b1a8d2c9eefdb4826aae9734e85c45f89d11

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 Bytes

Contents

class TokyoMetro::Factory::Convert::Patch::Api::StationFacility::SurroundingArea::Generate::Info::Platform::Info::SurroundingArea < TokyoMetro::Factory::Convert::Common::Api::MetaClass::Fundamental::Updated

  def process
    ary = ::Array.new
    @object.each do | item |
      place_name_new = ::TokyoMetro::Factory::Convert::Patch::Api::StationFacility::SurroundingArea.dictionary[ item ]
      if place_name_new.present?
        ary << place_name_new
      else
        ary << item
      end
    end
    @object = ary
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tokyo_metro-0.10.1 lib/tokyo_metro/factory/convert/patch/api/station_facility/surrounding_area/generate/info/platform/info/surrounding_area.rb