11 12 13
# File 'lib/fifthed_sim/nodes/multiplication_node.rb', line 11 def value @lhs.value * @rhs.value end