method
is_uri?
rails 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