Sha256: 0d227cfa0390fce4dedd91496970a554e7e3029cf393def2c9504f98e36db10b
Contents?: true
Size: 510 Bytes
Versions: 1
Compression:
Stored size: 510 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/ezl5238/dev/decko/gem/mod/style/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/ezl5238/dev/decko/gem/mod/style/set/type/skin.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod020-style/type/skin.rb |