Sha256: 2a3a3fb4c682bcabdd6a2601ca145024cfc2f25a9ca3ea6b960eb00b3bed71a6

Contents?: true

Size: 224 Bytes

Versions: 1

Compression:

Stored size: 224 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require 'treetop'

# Base class for scope functions
class BaseScopeFn < Treetop::Runtime::SyntaxNode
  def to_html(_body, _context)
    raise 'not implemented :('
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
emerald-lang-1.0.0 lib/emerald/nodes/base_scope_fn.rb