Method: Glyph::Interpreter#process

Defined in:
lib/glyph/interpreter.rb

#processObject

See Also:

[View source]

22
23
24
25
# File 'lib/glyph/interpreter.rb', line 22

def process
	parse unless @tree
	@document.analyze
end