Sha256: 81c7c50402b5a7daa76a2f24e12318287fefaa52f0af67cd4ddce8268da659f6
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
module TokyoMetro::Factory::BeforeSeed::Api::MetaClass::Timetables::TrainTypeModules::TerminalStation include ::TokyoMetro::Modules::Common::Info::Decision::TerminalStation def bound_for?( *list_of_train_terminal_station , compared: @terminal_station_info_in_db.same_as ) super( list_of_train_terminal_station , compared ) end #-------- [alias] alias :is_bound_for? :bound_for? alias :is_terminating? :bound_for? alias :terminate? :bound_for? end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tokyo_metro-0.10.1 | lib/tokyo_metro/factory/before_seed/api/meta_class/timetables/train_type_modules/terminal_station.rb |