class Sinatra::AssetPack::NoneEngine

Public Instance Methods

css(str, options={}) click to toggle source
# File lib/sinatra/assetpack/engines/none.rb, line 7
def css(str, options={})
  str
end
js(str, options={}) click to toggle source
# File lib/sinatra/assetpack/engines/none.rb, line 3
def js(str, options={})
  str
end