class Hash

Ruby’s Hash class

Public Instance Methods

maybe_chain(args = []) click to toggle source
# File lib/powertool/maybe_chain.rb, line 17
def maybe_chain(args = [])
  return nil unless self

  PowertoolMaybeChain.maybe_chain(self, args)
end