| Class | TidyFFI::Tidy |
| In: |
lib/tidy_ffi/tidy.rb
|
| Parent: | Object |
Clean and simple interface to Tidy
| OptionsContainer | = | TidyFFI::OptionsContainer |
| validate_options | [W] |
Returns a proxy class with options. Example:
TidyFFI::Tidy.with_options(:show_body_only => true).with_options(:wrap_asp => true).new('test)
Proxy for options. Supports set and get
tidy.options.show_body_only #=> nil tidy.options.show_body_only = true tidy.options.show_body_only #=> true