Sha256: 6730106c4aeaf19644ccf93830873b6901337e828cd54af0e76670404314395a
Contents?: true
Size: 273 Bytes
Versions: 5
Compression:
Stored size: 273 Bytes
Contents
# Fu combines the logic–less portability of Mustache with the terse utility of Haml. require "fu/version" require "fu/error" require "fu/parser" require "fu/mustache" module Fu def self.to_mustache(fu) Fu::Mustache.new(Fu::Parser.new(fu).root).mustache end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fu-0.1.4 | lib/fu.rb |
fu-0.1.3 | lib/fu.rb |
fu-0.1.1 | lib/fu.rb |
fu-0.0.2 | lib/fu.rb |
fu-0.0.1 | lib/fu.rb |