Class: Snapdragon::RequireFile

Inherits:
FileBase
  • Object
show all
Defined in:
lib/snapdragon/file_base.rb

Instance Method Summary collapse

Methods inherited from FileBase

#initialize, #relative_url_path, #require_files, #require_paths

Constructor Details

This class inherits a constructor from Snapdragon::FileBase

Instance Method Details

#absolute_pathObject



44
45
46
# File 'lib/snapdragon/file_base.rb', line 44

def absolute_path
  @path.absolute_path()
end