module Kernel

Public Instance Methods

Fetching(arg) click to toggle source
# File lib/fetching.rb, line 7
def Fetching(arg) # rubocop:disable MethodName
  Fetching.from(arg)
end