Class: NilClass

Inherits:
Object show all
Defined in:
lib/forkforge/internal/monkeypatches.rb

Instance Method Summary collapse

Instance Method Details

#match(*args) ⇒ Object



8
9
10
# File 'lib/forkforge/internal/monkeypatches.rb', line 8

def match *args
  false
end

#stripObject



5
6
7
# File 'lib/forkforge/internal/monkeypatches.rb', line 5

def strip
  nil
end