Class: Wpconv::Filter::None

Inherits:
Object
  • Object
show all
Defined in:
lib/wpconv/filter/none.rb

Class Method Summary collapse

Class Method Details

.apply(source_content) ⇒ Object



4
5
6
# File 'lib/wpconv/filter/none.rb', line 4

def self.apply(source_content)
  source_content
end