Top Level Namespace

Defined Under Namespace

Modules: Zizu

Instance Method Summary collapse

Instance Method Details

#haml(file) ⇒ Object



21
22
23
# File 'lib/zizu.rb', line 21

def haml(file)
  return Tilt.new("#{file}.haml").render
end

#url(location) ⇒ Object



25
26
27
28
# File 'lib/zizu.rb', line 25

def url(location)
  # TODO add some logic to filter the url address
  return location
end