Method: PSD::EngineData::Instruction::NumberWithDecimal#execute!

Defined in:
lib/psd/enginedata/instructions/number_with_decimal.rb

#execute!Object



8
9
10
# File 'lib/psd/enginedata/instructions/number_with_decimal.rb', line 8

def execute!
  "#{match[1]}.#{match[2]}".to_f
end