class RequirePath

Defined in:

require_helpers/require_path.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(absolute_dir_to_calling_file : String, path_to_require : String, current_dir : String = Dir.current) #

[View source]

Instance Method Detail

def absolute_dir_to_calling_file : String #

[View source]
def absolute_dir_to_calling_file=(absolute_dir_to_calling_file : String) #

[View source]
def current_dir : String #

[View source]
def current_dir=(current_dir : String) #

[View source]
def path #

[View source]
def path_to_require : String #

[View source]
def path_to_require=(path_to_require : String) #

[View source]