Class: InlineSvg::TransformPipeline::Transformations::NullTransformation

Inherits:
Transformation
  • Object
show all
Defined in:
lib/inline_svg/transform_pipeline/transformations/transformation.rb

Instance Attribute Summary

Attributes inherited from Transformation

#value

Instance Method Summary collapse

Methods inherited from Transformation

create_with_value, #initialize, #with_svg

Constructor Details

This class inherits a constructor from InlineSvg::TransformPipeline::Transformations::Transformation

Instance Method Details

#transform(doc) ⇒ Object



32
33
34
# File 'lib/inline_svg/transform_pipeline/transformations/transformation.rb', line 32

def transform(doc)
  doc
end