Class: Etna::Cwl::AnyLoader

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

Constant Summary collapse

ANY =
AnyLoader.new

Instance Method Summary collapse

Methods inherited from Loader

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

Instance Method Details

#load(val) ⇒ Object



62
63
64
# File 'lib/etna/cwl.rb', line 62

def load(val)
  val
end