Sha256: 5992b035b1f7c2e6ec5f3969e5ff3956c7015abc6c4aa67fad4d13eaeccdb1f4

Contents?: true

Size: 128 Bytes

Versions: 4

Compression:

Stored size: 128 Bytes

Contents

def setup
  size(300, 300)
  begin
    unknown_method()
  rescue NoMethodError => e
    puts e
    exit
  end
end

def draw
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-processing-2.4.4 test/setup_ex.rb
ruby-processing-2.4.3 test/setup_ex.rb
ruby-processing-2.4.2 test/setup_ex.rb
ruby-processing-2.4.1 test/setup_ex.rb