class Ecu::Festwerteblock
def round_to(n)
def round_to(n) return self if value.any? { |row| row.any? { |e| e.is_a?(String) }} self.with \ value: value.map { |row| row.map { |x| x.round(n) }} end
def round_to(n) return self if value.any? { |row| row.any? { |e| e.is_a?(String) }} self.with \ value: value.map { |row| row.map { |x| x.round(n) }} end