Method: Nested::Many#one

Defined in:
lib/nested/many.rb

#one(&block) ⇒ Object



13
14
15
# File 'lib/nested/many.rb', line 13

def one(&block)
  one_if(PROC_TRUE, &block)
end