class Roadie::StyleBlock

def to_s

Returns:
  • (String) -
def to_s
  # NB - leave off redundant final semicolon - see https://www.w3.org/TR/CSS2/syndata.html#declaration
  "#{selector}{#{properties.map(&:to_s).join(';')}}"
end