class CSL::Style::Sort

Public Class Methods

new(attributes = {}) { |self| ... } click to toggle source

attr_children :key alias_child :sort_keys, :key

Calls superclass method CSL::Node.new
# File lib/csl/style/sort.rb, line 9
def initialize(attributes = {})
  super(attributes)
  yield self if block_given?
end