module TokyoMetro::Factory::BeforeSeed::Api::MetaClass::Timetables::TrainTypeModules::StartingStation
Private Instance Methods
starting?( regexp )
click to toggle source
Calls superclass method
TokyoMetro::Modules::Common::Info::Decision::StartingStation#starting?
# File lib/tokyo_metro/factory/before_seed/api/meta_class/timetables/train_type_modules/starting_station.rb, line 7 def starting?( regexp ) super( regexp , @starting_station_info_in_db.same_as ) end
Also aliased as: is_starting?, start?