module Shindo
class Shindo::Tests
shindo
0.0.1
# indent
def indent(&block) @indent += 1 yield @indent -= 1 end