Privatizing this method from the docs
parent
a60055a9bd
commit
7d0a9ded7e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue