Method: LHS::Errors::Base#include?
- Defined in:
- lib/lhs/errors/base.rb
#include?(attribute) ⇒ Boolean Also known as: has_key?, key?
19 20 21 |
# File 'lib/lhs/errors/base.rb', line 19 def include?(attribute) [attribute].present? end |