From 7d0a9ded7e5a98d9031159e84dff3bbad0b141a9 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 23 Oct 2014 22:39:05 -0400 Subject: [PATCH] Privatizing this method from the docs --- lib/squib/deck.rb | 2 ++ 1 file changed, 2 insertions(+) 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