Skip to content

Commit

Permalink
top-level documentation to fix deepsource issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grossiwm committed Oct 15, 2024
1 parent f0c6f2e commit fcda6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/packages/ls.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require 'set'
require_relative 'core'

# The Ls class simulates a simplified version of the Unix 'ls' command,
# listing files and directories in the current working directory.
# It includes options for showing all files, including hidden ones,
# or just non-hidden files by default.
class Ls
def self.main params
# Create new instance of Ruby data structure Set to add output to it
Expand Down

0 comments on commit fcda6ed

Please sign in to comment.