all the tests
source block is here, but is shouldn't be exported…
class Schulte
  def initialize
    puts :eric
  end
end
The source block is here, and lets see the code
class Schulte
  def initialize
    puts :eric
  end
end
This is a source block, and lets see the results
:the_results
lets see the source, and results for a ruby array
[1, 2, 3, 4].map{ |n| n * 2 }
a table
'(1 2 3 4 5)
hidden
9