Sha256: 3ad977dca0a6ccf1c8a20657df292ad8c3cba6afe60bfb6d7f97c856235f17bb
Contents?: true
Size: 161 Bytes
Versions: 61
Compression:
Stored size: 161 Bytes
Contents
module Spider; module Forms class Text < Input tag 'text' is_attr_accessor :size, :type => Fixnum, :default => 25 end end; end
Version data entries
61 entries across 61 versions & 1 rubygems