Privatizing this method from the docs

dev
Andy Meneely 2014-10-23 22:39:05 -04:00
parent a60055a9bd
commit 7d0a9ded7e
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ module Squib
end end
# Shows a descriptive place of the location # Shows a descriptive place of the location
#
# @api private
def location(opts) def location(opts)
opts[:layout] || (" @ #{opts[:x]},#{opts[:y]}") opts[:layout] || (" @ #{opts[:x]},#{opts[:y]}")
end end