Method: Unicode::Data::Validate::Mode::First#apply

Defined in:
lib/unicode/data/validate.rb

#apply(values, &block) ⇒ Object



11
12
13
# File 'lib/unicode/data/validate.rb', line 11

def apply(values, &block)
  block.call(values.first)
end