class Protocol::HTTP::Reference

def fragment?

@returns [Boolean] Whether the reference has a fragment.
def fragment?
	@fragment and !@fragment.empty?
end