module CodeRay::Encoders::HTML::Output

def make_stylesheet css, in_tag = false # :nodoc:

:nodoc:
def make_stylesheet css, in_tag = false  # :nodoc:
  sheet = css.stylesheet
  sheet = <<-'CSS' if in_tag
ype="text/css">


  CSS
  sheet
end