Module: MasterView::MIO::TidyMIOFilter

Defined in:
lib/masterview/io.rb

Instance Method Summary collapse

Instance Method Details

#read(options = {}) ⇒ Object



343
344
345
346
# File 'lib/masterview/io.rb', line 343

def read(options={})
  content = super
  ::MasterView::TidyHelper.tidy(content)
end