# -*- encoding : utf-8 -*- class Card; module Set; class Self # Set: The card "Foot" # module Foot; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/standard/set/self/foot.rb"; end def content "" end # view :core, :raw end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card/mod/standard/set/self/foot.rb ~~