module Fastdfs::Client::Delegation

Public Class Methods

included(receiver) click to toggle source
# File lib/fastdfs-client/delegation.rb, line 18
def self.included(receiver)
  receiver.extend ClassMethods
end