Sha256: a7b242a587a6e6e8fc9467f26ac3ba8d3ff36cd442757785be57bda41c41c09c
Contents?: true
Size: 267 Bytes
Versions: 17
Compression:
Stored size: 267 Bytes
Contents
module Lolita module Configuration module Field class String < Lolita::Configuration::Field::Base lolita_accessor :simple, :rows def initialize *args, &block @type="string" super end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems