This website requires JavaScript.
Explore
Help
Sign In
root
/
gitlab-ce
mirror of
https://gitlab.com/free-releases/gitlab-ce.git
Watch
1
Star
0
Fork
You've already forked gitlab-ce
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e2bbbb1a9a
gitlab-ce
/
spec
/
support
/
reference_parser_helpers.rb
6 lines
113 B
Ruby
Raw
Blame
History
module
ReferenceParserHelpers
def
empty_html_link
Nokogiri
::
HTML
.
fragment
(
'<a></a>'
)
.
children
[
0
]
end
end
Reference in New Issue
View Git Blame
Copy Permalink