Sha256: d9dd06eadb31acebc2d62eb49ba66580e513817fa52bee49019db35a44d7c101
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strong # # 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/docile/all/docile.rbi # # docile-1.1.5 module Docile def dsl_eval(dsl, *args, &block); end def dsl_eval_immutable(dsl, *args, &block); end def self.dsl_eval(dsl, *args, &block); end def self.dsl_eval_immutable(dsl, *args, &block); end extend Docile::Execution end module Docile::Execution def exec_in_proxy_context(dsl, proxy_type, *args, &block); end def self.exec_in_proxy_context(dsl, proxy_type, *args, &block); end end class Docile::FallbackContextProxy def initialize(receiver, fallback); end def instance_variables; end def method_missing(method, *args, &block); end end class Docile::ChainingFallbackContextProxy < Docile::FallbackContextProxy def method_missing(method, *args, &block); end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
titleist-1.0.0 | sorbet/rbi/gems/docile.rbi |