lib/wx/doc/scaled_dc.rb in wxruby3-0.9.8 vs lib/wx/doc/scaled_dc.rb in wxruby3-1.0.1

- old
+ new

@@ -14,10 +14,10 @@ # Creates a Wx::ScaledDC instance for target and scale and # passes the instance to the given block to draw on. # @param [Wx::DC] target DC to draw on (scaled) # @param [Float] scale scale factor # @yieldparam [Wx::ScaledDC] dc scaled dc to draw on - # @return [Object] result from block + # @return [::Object] result from block def self.draw_on(target, scale) end end end