module YARD::Doctest

def skip(test)

Parameters:
  • test (Array) --
def skip(test)
  skips << test
end