Sha256: 033fb09bb9fa195dd0b0adc30669b8ef04042315ef4d5fa6d63164b4a5ec6e86

Contents?: true

Size: 221 Bytes

Versions: 6

Compression:

Stored size: 221 Bytes

Contents

module Gorillib
  module Model
    module DocString
      extend Gorillib::Concern
      included do
        field :doc, String

        def doc(*args)
          if s
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gorillib-0.6.0 lib/gorillib/model/doc_string.rb
gorillib-0.5.2 lib/gorillib/model/doc_string.rb
gorillib-0.5.0 lib/gorillib/model/doc_string.rb
gorillib-0.4.2 lib/gorillib/model/doc_string.rb
gorillib-0.4.2pre lib/gorillib/model/doc_string.rb
gorillib-0.4.1pre lib/gorillib/model/doc_string.rb