Method: ZOMG::IDL.parse

Defined in:
lib/zomg/idl.rb

.parse(contents) ⇒ Object



9
10
11
# File 'lib/zomg/idl.rb', line 9

def parse(contents)
  ZOMG::IDL::Parser.parse(contents)
end