class Prax::Path
- Prax::Path
- Reference
- Object
Defined in:
prax/application/path.crConstructors
Class Method Summary
Instance Method Summary
- #always_restart?
- #always_restart_path
- #exists?
- #forwarding?
- #gemfile?
- #gemfile_path
- #host
- #log_path
- #port
- #praxrc?
- #praxrc_path
- #public_path
- #rack?
- #rackup_path
- #restart?
- #restart_path
- #shell?
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
Class Method Detail
Instance Method Detail
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
.