Method: RBS::Prototype::RB::Context.initial

Defined in:
lib/rbs/prototype/rb.rb

.initial(namespace: Namespace.root) ⇒ Object



11
12
13
# File 'lib/rbs/prototype/rb.rb', line 11

def self.initial(namespace: Namespace.root)
  self.new(module_function: false, singleton: false, namespace: namespace, in_def: false)
end