lib/table_setter.rb in table_setter-0.2.11 vs lib/table_setter.rb in table_setter-0.2.12
- old
+ new
@@ -32,10 +32,9 @@
def configure(path)
@config_path = File.expand_path(path)
end
def table_path
- @config_path + "/tables/"
+ "#{@config_path}/tables/"
end
-
end
-end
\ No newline at end of file
+end