Class: Deadlink::Decorator

Inherits:
Object
  • Object
show all
Defined in:
lib/deadlink/decorator.rb

Class Method Summary collapse

Class Method Details



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