Class: Stylish::PropertyBundle

Inherits:
Array
  • Object
show all
Includes:
Formattable
Defined in:
lib/stylish/core.rb

Overview

PropertyBundle objects are simple wrappers around property values with multiple values.

Instance Method Summary collapse

Methods included from Formattable

included

Instance Method Details

#to_sObject



331
332
333
# File 'lib/stylish/core.rb', line 331

def to_s
  self.join(self.class.format)
end