Method: Things::App.instance

Defined in:
lib/things/app.rb

.instanceObject

get the singleton Application instance



5
6
7
# File 'lib/things/app.rb', line 5

def self.instance
  reference ||= app('Things')
end