module Shiritori::SearchMethod

Constants

UNUSE_METHOD

Public Instance Methods

get_all_methods() click to toggle source
# File lib/shiritori/search_method.rb, line 5
def get_all_methods
  ObjectSpace.each_object(Module).map(&:instance_methods).inject(&:|) - UNUSE_METHOD
end