Skip to content

Instantly share code, notes, and snippets.

# University of Washington, Programming Languages, Homework 7,
# hw7tests.rb
require 'simplecov'
SimpleCov.command_name "My Tests"
SimpleCov.start
require "./hw7testsprovided.rb"
class Object