Nima H. Mood
Nima H. Mood
**filename** : lib/watson/config.rb **line #** : 229 **tag** : review **md5** : a5997989bb0082344f36df9e86a80676 ``` # [review] - Keep *.swp in there? # [todo] - Add conditional to @rc_file such that...
**filename** : lib/watson/config.rb **line #** : 178 **tag** : review **md5** : 93235816f8f628bd2b66ab6a860292dc ``` # [review] - gsub uses (.?)+ to grab anything after lib (optional), better regex? _full_path =...
**filename** : lib/watson/config.rb **line #** : 171 **tag** : review **md5** : 0a12ea7e18c69f84fd01bb67bc743921 ``` # [review] - Not sure if I should use the open/read/write or Fileutils.cp # Identify method...
**filename** : lib/watson/config.rb **line #** : 90 **tag** : todo **md5** : 8c2cca11be5bb9238647bba4868ec6e4 ``` # [todo] - Add option to save output to file also @use_less = false # Data...
**filename** : lib/watson/config.rb **line #** : 70 **tag** : review **md5** : 21917160148caa0b73c4af43307f87b9 ``` # [review] - Read and store rc FP inside initialize? # This way we don't need...
**filename** : lib/watson/config.rb **line #** : 14 **tag** : todo **md5** : 1b2e201cf223a760d7955d00173bda82 ``` # [todo] - Add config options (rc file) for default max depth and context lines #...
**filename** : lib/watson/config.rb **line #** : 13 **tag** : review **md5** : 65c2f0e70fff3011713c2d9fb7d77d05 ``` # [review] - Combine into single statement (for performance or something?) # [todo] - Add config...
**filename** : lib/watson/command.rb **line #** : 269 **tag** : review **md5** : d80c71d6d9f52b99a0eb046266425638 ``` # [review] - Should we clean the dir before adding here? # For each argument passed,...
**filename** : lib/watson/command.rb **line #** : 260 **tag** : review **md5** : 2d8b0c860d5920215c042aa05acc948a ``` # [review] - Make this a non-debug print to user? debug_print "No args passed, exiting\n" return...
**filename** : lib/watson/command.rb **line #** : 224 **tag** : review **md5** : 2d8b0c860d5920215c042aa05acc948a ``` # [review] - Make this a non-debug print to user? debug_print "No args passed, exiting\n" return...