module Sass::Compiler::Host::Protofier::Calculation
def from_proto(obj)
def from_proto(obj) Sass::Value::Calculation.send( :new, obj.name, obj.arguments.map { |argument| CalculationValue.from_proto(argument) } ) end
def from_proto(obj) Sass::Value::Calculation.send( :new, obj.name, obj.arguments.map { |argument| CalculationValue.from_proto(argument) } ) end