class Cucumber::Core::Ast::DataTable

def dup


Creates a copy of this table
def dup
  self.class.new(raw.dup, location)
end