# File lib/merb-core/dispatch/router/behavior.rb, line 597 def namespace_to_name_prefix(name_or_path) name_or_path.to_s.tr('/', '_') + '_' end