module Abstraction

Public Class Methods

included(other) click to toggle source
# File lib/uwapi/service/abstraction.rb, line 32
def self.included(other)
  other.extend(ClassMethods)
end