Method: MotionAL::Library.instance
- Defined in:
- lib/motional/library.rb
.instance ⇒ MotionAL::Library
Returns Singleton instance.
17 18 19 20 |
# File 'lib/motional/library.rb', line 17 def self.instance Dispatch.once { @@instance ||= new } @@instance end |