Sha256: 39a129f648e46038b7ba01c899b2d44e444f85f96a31bec9dde5c7670ceffcd4

Contents?: true

Size: 636 Bytes

Versions: 1

Compression:

Stored size: 636 Bytes

Contents

require 'active_support/all'
require 'hotcell/version'
require 'hotcell/resolver'
require 'hotcell/config'
require 'hotcell/errors'

module Hotcell
  def self.config; Config.instance; end

  singleton_class.delegate :commands, :blocks, :helpers, :register_command, :register_helpers,
    :resolver, :resolver=, :escape_tags, :escape_tags=, to: :config
end

require 'hotcell/tong'
require 'hotcell/extensions'
require 'hotcell/source'
require 'hotcell/lexer'
require 'hotcell/lexerr'
require 'hotcell/lexerc'
require 'hotcell/parser'
require 'hotcell/node'
require 'hotcell/commands'
require 'hotcell/context'
require 'hotcell/template'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hotcell-0.3.0 lib/hotcell.rb