class Cucumber::Formatter::Pdf

def before_multiline_arg(table)

def before_multiline_arg(table)
  return if @hide_this_step
  if(table.kind_of? Cucumber::Ast::Table)
    keep_with do
      print_table(table, ['ffffff', 'f0f0f0'])
    end
  end
end