core/kernel.rbs in rbs-1.0.1 vs core/kernel.rbs in rbs-1.0.2
- old
+ new
@@ -52,10 +52,10 @@
# end
# try #=> "no block"
# try { "hello" } #=> "hello"
# try do "hello" end #=> "hello"
# ```
- def self.block_given?: () -> bool
+ def self?.block_given?: () -> bool
# Returns the names of the current local variables.
#
# ```ruby
# fred = 1