module TokyoMetro::Modules::Db::Decision::TrainType

Private Instance Methods

is_train_of?( *args )
Alias for: train_of?
is_train_type_of?( *args )
Alias for: train_type_of?
train_of?( *args ) click to toggle source
# File lib/tokyo_metro/modules/db/decision/train_type.rb, line 13
def train_of?( *args )
  super( *args , train_name.same_as )
end
Also aliased as: is_train_of?
train_type_of?( *args ) click to toggle source
# File lib/tokyo_metro/modules/db/decision/train_type.rb, line 7
def train_type_of?( *args )
  super( *args , train_type.same_as )
end
Also aliased as: is_train_type_of?