Method: Train::Platforms::Platform#name
- Defined in:
- lib/train/platforms/platform.rb
#name ⇒ Object
33 34 35 36 37 |
# File 'lib/train/platforms/platform.rb', line 33 def name # Override here incase a updated name was set # during the detect logic clean_name end |