module TokyoMetro::Factory::BeforeSeed::Api::MetaClass::Timetables::TrainTypeModules::TrainType

Private Instance Methods

is_train_of?( *variables , compared: @train_type )
Alias for: train_of?
is_train_type_of?( *variables , compared: @train_type )
Alias for: train_type_of?
train_of?( *variables , compared: @train_type )
Also aliased as: is_train_of?
Alias for: train_type_of?
train_type_of?( *variables , compared: @train_type ) click to toggle source
# File lib/tokyo_metro/factory/before_seed/api/meta_class/timetables/train_type_modules/train_type.rb, line 7
def train_type_of?( *variables , compared: @train_type )
  super( *variables , compared )
end
Also aliased as: is_train_type_of?, train_of?