Method: Highway::Compiler::Analyze::Tree::Values::Base#initialize

Defined in:
lib/highway/compiler/analyze/tree/values/base.rb

#initializeBase

Initialize an instance.

Raises:

  • (NotImplementedError)


19
20
21
# File 'lib/highway/compiler/analyze/tree/values/base.rb', line 19

def initialize()
  raise NotImplementedError.new("You must not call `#{__method__.to_s}` on `#{self.class.to_s}`.")
end