Class: Deadlink::Decorator
- Inherits:
-
Object
- Object
- Deadlink::Decorator
- Defined in:
- lib/deadlink/decorator.rb
Class Method Summary collapse
Class Method Details
.print_info(path, opts) ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/deadlink/decorator.rb', line 3 def self.print_info(path,opts) if opts['p'] for_editor(path) else default(path) end end |