# File rlml.rb, line 448 def data(data) raise WriteError, "Data outside a block is not allowed" if @depth <= 0 emit_required_whitespace super end