Method: Particle::Platform#name
- Defined in:
- lib/particle/platform.rb
#name ⇒ Object
This avoids upstream magic from making .name a Symbol–keep it a string yo
38 39 40 |
# File 'lib/particle/platform.rb', line 38 def name @attributes[:name].to_s end |