class Repoaccessor::StringsParser
Public Class Methods
parse(file)
click to toggle source
returning an DotStringFile object , with to_hash to_json method.
# File lib/repoaccessor/stringsparser.rb, line 6 def self.parse(file) Apstrings::parse(file) end