Enter your search terms
GNU-Darwin
Web
Submit search form
def
has_name?( other )
if
other.include?
":"
return
fully_expanded_name == other
else
return
name == other
end
end