Method: GetText::GladeParser#parse
- Defined in:
- lib/gettext/tools/parser/glade.rb
#parse ⇒ Object
:nodoc:
52 53 54 55 56 |
# File 'lib/gettext/tools/parser/glade.rb', line 52 def parse # :nodoc: File.open(@path) do |file| parse_source(file) end end |