Method: MGit::Output#pwarn

Defined in:
lib/mgit/output.rb

#pwarn(s) ⇒ Object



11
12
13
# File 'lib/mgit/output.rb', line 11

def pwarn(s)
  print_to_screen s.yellow
end