get the singleton Application instance
5 6 7
# File 'lib/things/app.rb', line 5 def self.instance reference ||= app('Things') end