Method: CoRE::CoAP::Types#str_many
- Defined in:
- lib/core/coap/types.rb
#str_many(min, max) ⇒ Object
64 65 66 |
# File 'lib/core/coap/types.rb', line 64 def str_many(min, max) [nil, (min..max), true, ->(a) { a }, ->(v) { Array(v) }] end |