class Mohawk::InvalidApplicationPath
Public Class Methods
new(message='You must set the Mohawk.app_path to start an application')
click to toggle source
Calls superclass method
# File lib/mohawk.rb, line 16 def initialize(message='You must set the Mohawk.app_path to start an application') super end