Method: Highway::Compiler::Analyze::Tree::Values::Base#initialize
- Defined in:
- lib/highway/compiler/analyze/tree/values/base.rb
#initialize ⇒ Base
Initialize an instance.
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 |