[Source]
# File lib/uttk/dumpers/Basic.rb, line 14 def update ( *a, &b ) super puts "NOTIFICATION: #{a.inspect} block_given: #{not b.nil?}" end
[Validate]