class PSD::EngineData::Instruction::HashStart

Public Class Methods

token() click to toggle source
# File lib/psd/enginedata/instructions/hash_start.rb, line 5
def self.token; /^<<$/; end

Public Instance Methods

execute!() click to toggle source
# File lib/psd/enginedata/instructions/hash_start.rb, line 7
def execute!
  stack_push
  reset_node
  set_property
end