= private = protected
show(*ids)
Shows hidden DOM elements with the given ids.
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 556 def show(*ids) call 'Element.show', *ids end