class Prax::Path

Defined in:

prax/application/path.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name) #

[View source]

Class Method Detail

def self.exists?(name) #

[View source]

Instance Method Detail

def always_restart? #

[View source]
def always_restart_path #

[View source]
def exists? #

[View source]
def forwarding? #

[View source]
def gemfile? #

[View source]
def gemfile_path #

[View source]
def host #

[View source]
def log_path #

[View source]
def port #

[View source]
def praxrc? #

[View source]
def praxrc_path #

[View source]
def public_path #

[View source]
def rack? #

[View source]
def rackup_path #

[View source]
def restart? #

[View source]
def restart_path #

[View source]
def shell? #

[View source]
def to_s : String #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]