Skip to content

Instantly share code, notes, and snippets.

@harrykiselev
Created June 3, 2014 14:20
Show Gist options
  • Save harrykiselev/f0888972a889452725c4 to your computer and use it in GitHub Desktop.
Save harrykiselev/f0888972a889452725c4 to your computer and use it in GitHub Desktop.
Проверка методов у объекта по содержанию в имени подстроки
Rails.methods.select { |option| option.to_s.include? 'conf' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment