Method: Gloo::App::Platform#getFileMech
- Defined in:
- lib/gloo/app/platform.rb
#getFileMech(engine) ⇒ Object
Get the file mechanism for this platform.
79 80 81 |
# File 'lib/gloo/app/platform.rb', line 79 def getFileMech( engine ) return Gloo::Persist::DiscMech.new( engine ) end |