Sha256: 558402509f7d76ee5059ee8858fb4824ec6414d994ac7740cda9f2a6c8acc448
Contents?: true
Size: 1.18 KB
Versions: 9
Compression:
Stored size: 1.18 KB
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strict # # 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.4.0 module Docile def dsl_eval(dsl, *args, &block); end def dsl_eval_immutable(dsl, *args, &block); end def dsl_eval_with_block_return(dsl, *args, &block); end def self.dsl_eval(dsl, *args, &block); end def self.dsl_eval_immutable(dsl, *args, &block); end def self.dsl_eval_with_block_return(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 module Docile::BacktraceFilter def backtrace; end def backtrace_locations; end end
Version data entries
9 entries across 9 versions & 2 rubygems