diff --git a/lib/squib/deck.rb b/lib/squib/deck.rb index cd8570a..9a43e2c 100644 --- a/lib/squib/deck.rb +++ b/lib/squib/deck.rb @@ -84,6 +84,8 @@ module Squib end # Shows a descriptive place of the location + # + # @api private def location(opts) opts[:layout] || (" @ #{opts[:x]},#{opts[:y]}") end