class NilClass

Public Instance Methods

match(*args) click to toggle source
# File lib/forkforge/internal/monkeypatches.rb, line 8
def match *args
  false
end
strip() click to toggle source
# File lib/forkforge/internal/monkeypatches.rb, line 5
def strip
  nil
end