Method: Train::Platforms::Platform#name
- Defined in:
- lib/train/platforms/platform.rb
#name ⇒ Object
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 |