method
is_uri?
v3.0.9 -
Show latest stable
- Class:
ActionView::Helpers::AssetTagHelper
is_uri?(path)private
No documentation available.
# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 757
def is_uri?(path)
path =~ %{^[-a-z]+://|^cid:}
end