Sha256: b1b88782319b86dc30312d39ef4f04842cbbd81da0cfea864df2f682ce99c1aa
Contents?: true
Size: 1.78 KB
Versions: 12
Compression:
Stored size: 1.78 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:local_variables:@docstringIC:YARD::Docstring"Returns the names of the current local variables. fred = 1 for i in 1..10 # ... end local_variables #=> ["fred", "i"] :@objectu:YARD::StubProxyKernel#local_variables: @summary0: @all"¸Returns the names of the current local variables. fred = 1 for i in 1..10 # ... end local_variables #=> ["fred", "i"] @overload local_variables @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Kernel#local_variables;;;IC; "