32 33 34 35
# File 'lib/mystic/extensions.rb', line 32 def sql_terminate return self + ";" unless dup.strip.end_with? ";" self end