Sha256: 88bbbb075ea1537861354f996aaa8bfdb131eab505f824493e48658a86306dc8
Contents?: true
Size: 522 Bytes
Versions: 10
Compression:
Stored size: 522 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Type # Set: All "Skin" cards # module Skin; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/machines/set/type/skin.rb"; end include_set Abstract::MachineInput include_set Abstract::SkinBox include_set Pointer def machine_input # only the item of a skin card contribute input to the machine # not the skin card itself "" end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card/mod/machines/set/type/skin.rb ~~
Version data entries
10 entries across 10 versions & 1 rubygems