Class: Umu::Validation

Inherits:
Object
  • Object
show all
Defined in:
lib/umu/core/validation.rb

Class Method Summary collapse

Class Method Details

.check_overlap(check_target = [], items = '') ⇒ Object

重複チェック



6
7
8
# File 'lib/umu/core/validation.rb', line 6

def self.check_overlap(check_target = [], items = '')
  check_target.include?(items)
end