module Copyable::Declarations

Constants

ALL

Public Class Methods

include?(method_name) click to toggle source
# File lib/copyable/declarations/declarations.rb, line 9
def self.include?(method_name)
  ALL.map(&:method_name).include?(method_name.to_s)
end