Class: Crawfish::NoOpDecorator
- Inherits:
-
Object
- Object
- Crawfish::NoOpDecorator
- Defined in:
- lib/crawfish.rb
Class Method Summary collapse
Class Method Details
.decorate(node) ⇒ Object
49 50 51 |
# File 'lib/crawfish.rb', line 49 def self.decorate(node) node end |