Method: Shattered::Input::Controls#path=
- Defined in:
- lib/shattered_model/controls.rb
#path=(newpath) ⇒ Object
setter for path, which is static
16 17 18 |
# File 'lib/shattered_model/controls.rb', line 16 def path=(newpath) @@path = newpath end |