module LoomioScraper

Constants

VERSION

Public Class Methods

home_dir() click to toggle source

Your code goes here…

# File lib/LoomioScraper.rb, line 9
def self.home_dir
        Gem::Specification.find_by_name(self.name).gem_dir
end