File: html2haml.rb

package info (click to toggle)
ruby-html2haml 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: ruby: 1,577; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# require "rubygems"
#gem "haml", ">= 3.2"
require 'haml'
require File.expand_path("../html2haml/version", __FILE__)
require "haml/util"
require "haml/parser"
require "haml/error"
require "html2haml/html"

module Html2haml
end