Class: Envandle::SourceBlock

Inherits:
UnsupportedElement show all
Defined in:
lib/envandle/elements/source_block.rb

Instance Method Summary collapse

Methods inherited from UnsupportedElement

#initialize

Constructor Details

This class inherits a constructor from Envandle::UnsupportedElement

Instance Method Details

#typeObject



3
4
5
# File 'lib/envandle/elements/source_block.rb', line 3

def type
  "source with block"
end