93 94 95 96 97 98 99
# File 'lib/aegis/parser.rb', line 93 def writing(&block) block or raise "missing block" @atoms.push({ :type => :writing, :children => Aegis::Parser.parse(&block) }) end