Sha256: d9f9b51e68aea57ffc35443562007e1201aeec96eca97594d42a5e078282ca99
Contents?: true
Size: 311 Bytes
Versions: 6
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true # typed: true require 'shale' module Shale class Attribute # rubocop:disable Style/Documentation extend T::Sig # Contains the documentation comment for the shale attribute # in a Ruby String. sig { returns(T.nilable(String)) } attr_accessor :doc end end
Version data entries
6 entries across 6 versions & 1 rubygems