Sha256: 696d96f090d962ebf7b77e0de898373bcf488a536728925c9baecac7cdb6b3f8
Contents?: true
Size: 457 Bytes
Versions: 8
Compression:
Stored size: 457 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Type # Set: All "Pointer" cards # module Pointer; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-edit/set/type/pointer.rb"; end def show_content_options? true end def show_input_type? true end def input_type_content_options %w[select radio autocomplete] end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-edit/set/type/pointer.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems