Skip to content

Instantly share code, notes, and snippets.

@Sebx
Forked from hackvan/class_methods.rb
Created December 13, 2018 02:24
Show Gist options
  • Select an option

  • Save Sebx/47f41e101bd8ecab4f801f2bb2d3f055 to your computer and use it in GitHub Desktop.

Select an option

Save Sebx/47f41e101bd8ecab4f801f2bb2d3f055 to your computer and use it in GitHub Desktop.
Class.methods.select { |m| m =~ /attr/ } # [:attr, :attr_reader, :attr_writer, :attr_accessor]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment