Sha256: af4a4daf59a31ed5945f27772a78e557194c35d3a60328b2a776b7ef6891611c
Contents?: true
Size: 196 Bytes
Versions: 2
Compression:
Stored size: 196 Bytes
Contents
require_relative "../lib/ray" class Test def calling_method self.called_method end def called_method ray.trace end end ray.new_screen('Trace') Test.new.calling_method ray.trace
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-ray-0.4.1 | examples/trace.rb |
ruby-ray-0.4.0 | examples/trace.rb |