Method: MySQLExpectations::KeyField#to_s

Defined in:
lib/mysql_expectations/key_field.rb

#to_sObject



26
27
28
# File 'lib/mysql_expectations/key_field.rb', line 26

def to_s
  "{ '#{name}', #{order_to_s}, #{length_to_s} }"
end