|
|
|
@ -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 |
|
|
|
|