Sha256: 623449c0290cd5216f296b4655828ad681cc973b3336b203c32fc779efa3e16c
Contents?: true
Size: 357 Bytes
Versions: 1
Compression:
Stored size: 357 Bytes
Contents
LIBDIR = File.dirname(__FILE__) local_helpers = File.join(Dir.pwd, 'helpers.rb') require local_helpers[0..-4] if File.exists? local_helpers module Frank class TemplateError < StandardError; end class ConfigError < StandardError; end end require 'rubygems' require 'yaml' require 'fileutils' require 'rack' require 'frank/base' require 'frank/output'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
frank-0.3.2 | lib/frank.rb |