Method: Waw::StaticController::WawAccess#realpath

Defined in:
lib/waw/controllers/static/waw_access.rb

#realpath(file) ⇒ Object

Returns the real path of a file



113
114
115
# File 'lib/waw/controllers/static/waw_access.rb', line 113

def realpath(file)
  File.expand_path(File.join(folder, file))
end