# -*- encoding : utf-8 -*- class Card; module Set; class Self # Set: The card "TableOfContents" # module TableOfContents; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/settings/set/self/table_of_contents.rb"; end extend Card::Setting setting_opts group: :other, position: 1, rule_type_editable: false end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card/mod/settings/set/self/table_of_contents.rb ~~