class Tryouts

def from_block(b, &inline)

the external DSL methods: tryout, command, library, group
Populate this Tryouts from a block. The block should contain calls to
def from_block(b, &inline)
  instance_eval &b
end