Class: Readme::Filter::None
- Inherits:
-
Object
- Object
- Readme::Filter::None
- Defined in:
- lib/readme/filter.rb
Instance Method Summary collapse
Instance Method Details
#filter(hash) ⇒ Object
57 58 59 |
# File 'lib/readme/filter.rb', line 57 def filter(hash) hash end |
#pass_through? ⇒ Boolean
61 62 63 |
# File 'lib/readme/filter.rb', line 61 def pass_through? true end |