# File lib/blueprint/namespace.rb, line 24 def remove_current_namespace(html) current = current_namespace(html) html.gsub!(current, '') html end