Class: Etna::Cwl::NeverLoader

Inherits:
Loader
  • Object
show all
Defined in:
lib/etna/cwl.rb

Constant Summary collapse

UNSUPPORTED =
NeverLoader.new.optional

Instance Method Summary collapse

Methods inherited from Loader

#as_array, #as_mapped_array, #map, #optional, #or

Instance Method Details

#load(val) ⇒ Object



294
295
296
# File 'lib/etna/cwl.rb', line 294

def load(val)
  raise "This feature is not supported"
end