Skip to content

Commit

Permalink
[#157] removed unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
the38th committed Sep 8, 2022
1 parent 20895f2 commit 2428dab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/uffizzi/shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ def last_message
@shell.send(:stdout).string.strip
end

def pretty_say(collection, index = true)
ap(collection, { index: index })
end

def disable_stdout
$stdout = StringIO.new
end
Expand Down
4 changes: 0 additions & 4 deletions test/support/mocks/mock_shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ def enable_stdout
@output_enabled = true
end

def pretty_say(collection, _index = true)
collection
end

private

def format_to_json(data)
Expand Down

0 comments on commit 2428dab

Please sign in to comment.