Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.0.9) is shown here.
show(*ids)
public
Shows hidden DOM elements with the given ids.
Example:
page.show 'person_6', 'person_13', 'person_223'
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 388
def show(*ids)
loop_on_multiple_args 'Element.show', ids
end