Skip to content

Commit

Permalink
feat: remove $ to improve inspection & debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
citycide committed Jul 4, 2018
1 parent e647c07 commit c897d6b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/glob.nim
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ proc pathType (path: string): Option[PathComponent] =
except:
discard

proc `$`* (glob: Glob): string =
## Converts a `Glob <#Glob>`_ object to its string representation.
## Useful for using ``echo glob`` directly.
glob.pattern

proc maybeJoin (p1, p2: string): string =
if p2.isAbsolute: p2 else: p1 / p2

Expand Down

0 comments on commit c897d6b

Please sign in to comment.