Parent

Methods

GetText::GladeParser

Public Class Methods

new(path, options={}) click to toggle source
# File lib/gettext/tools/parser/glade.rb, line 46
def initialize(path, options={})
  @path = path
  @options = options
end
parse(path, options={}) click to toggle source
# File lib/gettext/tools/parser/glade.rb, line 37
def parse(path, options={})
  parser = new(path, options)
  parser.parse
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.