Module: FactorySloth

Defined in:
lib/factory_sloth.rb,
lib/factory_sloth/cli.rb,
lib/factory_sloth/version.rb,
lib/factory_sloth/code_mod.rb,
lib/factory_sloth/file_processor.rb

Defined Under Namespace

Modules: CLI, Color, DoneTracker, ExecutionCheck, FileProcessor, SpecPicker, SpecRunner Classes: CodeMod, CreateCallFinder

Constant Summary collapse

VERSION =
'1.3.1'

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runObject

Returns the value of attribute dry_run.



2
3
4
# File 'lib/factory_sloth.rb', line 2

def dry_run
  @dry_run
end

#forceObject

Returns the value of attribute force.



2
3
4
# File 'lib/factory_sloth.rb', line 2

def force
  @force
end

#lintObject

Returns the value of attribute lint.



2
3
4
# File 'lib/factory_sloth.rb', line 2

def lint
  @lint
end

#verboseObject

Returns the value of attribute verbose.



2
3
4
# File 'lib/factory_sloth.rb', line 2

def verbose
  @verbose
end