module YoutubeParser

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/youtube_parser.rb, line 23
def self.root
  path = Gem::Specification.find_by_name('youtube_parser').gem_dir
  Pathname.new(path)
end