Sha256: 19590e48bd663296ba92769587ee63fe4ef990c003ca3e955fd64c0279f7000a
Contents?: true
Size: 371 Bytes
Versions: 30
Compression:
Stored size: 371 Bytes
Contents
| if "empty" == @element.kind then | element_empty(result) | elsif "simple" == @element.kind then | element_simple(result) | elsif "data" == @element.kind then | element_data(result) | elsif "mixed" == @element.kind then | element_mixed(result) | else | raise Xampl::XamplException.new(:unkown_kind_of_element, "unknown element kind: '#{@element.kind}'") | end
Version data entries
30 entries across 30 versions & 3 rubygems