lib/cyberarm_engine/background.rb in cyberarm_engine-0.24.1 vs lib/cyberarm_engine/background.rb in cyberarm_engine-0.24.2
- old
+ new
@@ -161,10 +161,10 @@
@bottom_left = background[:bottom_left]
@bottom_right = background[:bottom_right]
elsif background.is_a?(Range)
set([background.begin, background.begin, background.end, background.end])
else
- raise ArgumentError, "background '#{background}' of type '#{background.class}' was not able to be processed"
+ raise ArgumentError, "background '#{background.inspect}' of type '#{background.class}' was not able to be processed"
end
end
end
end