module Feedtxt
add shortcut / alias e.g.
lets you use: Feedtxt.parse instead of Feedtxt::Parser.parse
Constants
- INI
- JSON
- MAJOR
- MINOR
- PATCH
- VERSION
- YAML
Public Class Methods
parse( text, opts={} )
click to toggle source
# File lib/feedtxt.rb, line 33 def self.parse( text, opts={} ) Parser.parse( text, ) end
root()
click to toggle source
# File lib/feedtxt/version.rb, line 18 def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end
version()
click to toggle source
# File lib/feedtxt/version.rb, line 10 def self.version VERSION end