Returns true if the Hanami app class has been loaded.
Since:
2.0.0
116 117 118
# File 'lib/hanami.rb', line 116 def self.app? instance_variable_defined?(:@_app) end