module Tomahawk
Constants
- VERSION
Public Instance Methods
parse(input)
click to toggle source
# File lib/tomahawk.rb, line 10 def parse(input) ConfigParser.new(input).call end
# File lib/tomahawk.rb, line 10 def parse(input) ConfigParser.new(input).call end