class CopyTunerClient::CopyrayMiddleware
def inject_copy_tuner_bar(html)
def inject_copy_tuner_bar(html) html.sub(/<body[^>]*>/) { "#{Regexp.last_match}\n#{render_copy_tuner_bar}" } end
def inject_copy_tuner_bar(html) html.sub(/<body[^>]*>/) { "#{Regexp.last_match}\n#{render_copy_tuner_bar}" } end