module Travis::Tools::Assets
def asset(file)
def asset(file) File.read(asset_path(file)) end
def asset_path(file)
def asset_path(file) File.expand_path(file, BASE) end
def asset(file) File.read(asset_path(file)) end
def asset_path(file) File.expand_path(file, BASE) end