Class: Unicode::Data::Validate::Mode::Full

Inherits:
Object
  • Object
show all
Defined in:
lib/unicode/data/validate.rb

Overview

Test every value from the range of characters

Instance Method Summary collapse

Instance Method Details

#apply(values, &block) ⇒ Object



25
26
27
# File 'lib/unicode/data/validate.rb', line 25

def apply(values, &block)
  values.each(&block)
end