module FxFetcher

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/fx_fetcher.rb, line 4
def self.included(base)
  base.extend ClassMethods
end