Class: Styles::SubEngines::PreProcessor

Inherits:
Base
  • Object
show all
Defined in:
lib/styles/sub_engines/pre_processor.rb

Instance Method Summary collapse

Instance Method Details

#process(line) ⇒ Object



4
5
6
7
8
# File 'lib/styles/sub_engines/pre_processor.rb', line 4

def process(line)
  apply_function(line)

  line
end