This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my_array = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'minitap' | |
MiniTest::Unit.runner = MiniTest::TapJ.new | |
require 'minitest/autorun' | |
require 'active_support/core_ext' # why do i have to require this? | |
class TestThis < MiniTest::Unit::TestCase | |
def my_method | |
puts "this will break tapout because of malformed output" | |
true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#charset "CP1252" | |
#include <adv3.h> | |
#include <en_us.h> | |
/* | |
* Abstract body part class. | |
* | |
* This is not intended for direct use. It's only for inheriting sub-classes | |
* from it. | |
*/ |