Sha256: 92dd6659171143679b93036e91734f1437122291c3163a34f5e397b652e15fbf

Contents?: true

Size: 569 Bytes

Versions: 7

Compression:

Stored size: 569 Bytes

Contents

# Generated from lib/rbs_activesupport/delegate.rb with RBS::Inline

module RbsActivesupport
  class Delegate
    attr_reader namespace: RBS::Namespace

    attr_reader method: Symbol

    attr_reader options: Hash[Symbol, untyped]

    # @rbs namespace: RBS::Namespace
    # @rbs method: Symbol
    # @rbs options: Hash[Symbol, untyped]
    def initialize: (RBS::Namespace namespace, Symbol method, Hash[Symbol, untyped] options) -> void

    def to: () -> Symbol

    def method_name: () -> Symbol

    def public?: () -> bool

    def private?: () -> bool
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rbs_activesupport-1.4.3 sig/rbs_activesupport/delegate.rbs
rbs_activesupport-1.4.2 sig/rbs_activesupport/delegate.rbs
rbs_activesupport-1.4.1 sig/rbs_activesupport/delegate.rbs
rbs_activesupport-1.4.0 sig/rbs_activesupport/delegate.rbs
rbs_activesupport-1.3.0 sig/rbs_activesupport/delegate.rbs
rbs_activesupport-1.2.1 sig/rbs_activesupport/delegate.rbs
rbs_activesupport-1.2.0 sig/rbs_activesupport/delegate.rbs