class IziJsonLd::Types::OneOrMore
Public Class Methods
[](entry)
click to toggle source
# File lib/izi_json_ld/types/one_or_more.rb, line 7 def [](entry) Types::Strict::Array.of(entry) | entry end
# File lib/izi_json_ld/types/one_or_more.rb, line 7 def [](entry) Types::Strict::Array.of(entry) | entry end