class Adhearsion::CLI::PathInvalid
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/adhearsion/cli_commands/thor_errors.rb, line 25 def initialize(path) super "Directory #{path} does not belong to an Adhearsion project!" end