Method: LHS::Problems::Base#include?
- Defined in:
- lib/lhs/problems/base.rb
#include?(attribute) ⇒ Boolean Also known as: has_key?, key?
11 12 13 |
# File 'lib/lhs/problems/base.rb', line 11 def include?(attribute) [attribute].present? end |