Method: Train::Platforms::Platform#name

Defined in:
lib/train/platforms/platform.rb

#nameObject



37
38
39
40
41
# File 'lib/train/platforms/platform.rb', line 37

def name
  # Override here incase a updated name was set
  # during the detect logic
  clean_name
end