# File lib/blueprint/namespace.rb, line 6 def initialize(path, namespace) html = File.path_to_string(path) remove_current_namespace(html) add_namespace(html, namespace) File.string_to_file(html, path) end