Sha256: bf510e6e32e24148686464374a84e75d838de39d0a632a8173f0753c453db7c2
Contents?: true
Size: 308 Bytes
Versions: 1
Compression:
Stored size: 308 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'processor' =begin rdoc =end module RubyLess VERSION = '0.3.0' def self.translate(string, helper) RubyLessProcessor.translate(string, helper) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubyless-0.3.0 | lib/rubyless.rb |