Browse Source

Privatizing this method from the docs

dev
Andy Meneely 11 years ago
parent
commit
7d0a9ded7e
  1. 2
      lib/squib/deck.rb

2
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

Loading…
Cancel
Save