From d8efe10ffc6f2dc754f582185d05d520f203bc1c Mon Sep 17 00:00:00 2001 From: Rafael Oliveira Date: Thu, 31 Jan 2019 23:39:44 -0300 Subject: [PATCH] issue #72 remove puzzle --- lib/zold/wallets.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/zold/wallets.rb b/lib/zold/wallets.rb index 9e3334e8..a11fd91d 100644 --- a/lib/zold/wallets.rb +++ b/lib/zold/wallets.rb @@ -38,9 +38,6 @@ def initialize(dir) @dir = dir end - # @todo #70:30min Let's make it smarter. Instead of returning - # the full path let's substract the prefix from it if it's equal - # to the current directory in Dir.pwd. def to_s mine = Pathname.new(File.expand_path(@dir)) home = Pathname.new(File.expand_path(Dir.pwd))