Method: MGit::System::SystemCommand#=~

Defined in:
lib/mgit/system.rb

#=~(other) ⇒ Object



26
27
28
# File 'lib/mgit/system.rb', line 26

def =~(other)
  (@stdout =~ other) || (@stderr =~ other)
end