module CodeRay::Encoders::HTML::Output
def make_stylesheet css, in_tag = false # :nodoc:
def make_stylesheet css, in_tag = false # :nodoc: sheet = css.stylesheet sheet = <<-'CSS' if in_tag ype="text/css"> CSS sheet end
def make_stylesheet css, in_tag = false # :nodoc: sheet = css.stylesheet sheet = <<-'CSS' if in_tag ype="text/css"> CSS sheet end