module Aliasing
Public Class Methods
included(klass)
click to toggle source
# File lib/ruby_nos/aliasing.rb, line 12 def self.included klass klass.extend ClassMethods end
# File lib/ruby_nos/aliasing.rb, line 12 def self.included klass klass.extend ClassMethods end