lib/vedeu/geometry/generic_coordinate.rb in vedeu-0.6.25 vs lib/vedeu/geometry/generic_coordinate.rb in vedeu-0.6.26
- old
+ new
@@ -119,10 +119,10 @@
@_type ||= case type
when :x then [:x, :bx, :bxn, :width]
when :y then [:y, :by, :byn, :height]
else
fail Vedeu::Error::InvalidSyntax,
- 'Coordinate type not given, cannot continue.'
+ 'Coordinate type not given, cannot continue.'.freeze
end
end
# Returns the maximum index for an area.
#