class WebTools::UI

Constants

PUBLIC_FOLDER

Public Instance Methods

static(file) click to toggle source
# File lib/web_tools/ui.rb, line 10
def static(file) File.read("#{PUBLIC_FOLDER}/#{file}.html") end