Method: Uspec::CLI#initialize

Defined in:
lib/uspec/cli.rb

#initialize(paths) ⇒ CLI

Returns a new instance of CLI.



25
26
27
28
# File 'lib/uspec/cli.rb', line 25

def initialize paths
  @paths = paths
  @pwd = Pathname.pwd.freeze
end