Method: Rabbit::Frame#parse

Defined in:
lib/rabbit/frame.rb

#parse(source, callback = nil, &block) ⇒ Object

[View source]

81
82
83
# File 'lib/rabbit/frame.rb', line 81

def parse(source, callback=nil, &block)
  @canvas.parse(source, callback, &block)
end