[Source]
# File lib/uttk.rb, line 151 def initialize ( anObject ) @obs = anObject end
# File lib/uttk.rb, line 154 def to_s "observer needs to respond to `update' (#{@obs.inspect})" end
[Validate]