Sha256: 1edcf66d72e08abe104ad21e3c35c4f4d226389d9eec8ace7933b5aacf828983
Contents?: true
Size: 823 Bytes
Versions: 6
Compression:
Stored size: 823 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: true # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/thor/all/thor.rbi # # thor-1.0.1 class Thor end module Thor::CoreExt end class Thor::CoreExt::HashWithIndifferentAccess < Hash def [](key); end def []=(key, value); end def convert_key(key); end def delete(key); end def fetch(key, *args); end def initialize(hash = nil); end def key?(key); end def merge!(other); end def merge(other); end def method_missing(method, *args); end def replace(other_hash); end def reverse_merge!(other_hash); end def reverse_merge(other); end def to_hash; end def values_at(*indices); end end
Version data entries
6 entries across 6 versions & 2 rubygems