module ErlangConfigParser

Constants

VERSION

Public Class Methods

parse(erlang_config_string) click to toggle source
# File lib/erlang_config_parser.rb, line 6
def self.parse(erlang_config_string)
  Parser.new.parse(erlang_config_string)
end