Sha256: e3abfdd77725706ac724a1bf23d3809137c40a2d63ea6f830156eb180957cf17
Contents?: true
Size: 478 Bytes
Versions: 8
Compression:
Stored size: 478 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Right # Set: All "+Discussion" cards # module Discussion; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-comment/set/right/discussion.rb"; end view :titled, unknown: true do voo.show :comment_box super() end view :open, unknown: true do voo.show :comment_box super() end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-comment/set/right/discussion.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems