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