# File gglib/image.rb, line 21 def Animation.get(at) if @@animations[at] !=nil return @@animations[at] else puts caller STDIN.gets raise "Animation resource '#{at}' does not exist." end end