Sha256: 16ea8622aacd18c99b809d0a768b793a065de36fa479d0deb0ca0d507371101f

Contents?: true

Size: 778 Bytes

Versions: 13

Compression:

Stored size: 778 Bytes

Contents

speedups:
  rescue_vs_respond_to: true
  module_eval: true
  shuffle_first_vs_sample: true
  for_loop_vs_each: true
  each_with_index_vs_while: false
  map_flatten_vs_flat_map: true
  reverse_each_vs_reverse_each: true
  select_first_vs_detect: true
  select_last_vs_reverse_detect: true
  sort_vs_sort_by: true
  fetch_with_argument_vs_block: true
  keys_each_vs_each_key: true
  hash_merge_bang_vs_hash_brackets: true
  block_vs_symbol_to_proc: true
  proc_call_vs_yield: true
  gsub_vs_tr: true
  getter_vs_attr_reader: true
  setter_vs_attr_writer: true

exclude_paths:
  - 'spec/support/analyzer/*.rb'
  - 'spec/support/binary_call/*.rb'
  - 'spec/support/method_call/*.rb'
  - 'spec/support/method_definition/*.rb'
  - 'spec/support/rescue_call/*.rb'
  - 'vendor/**/*.rb'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fasterer-0.11.0 .fasterer.yml
fasterer-0.10.1 .fasterer.yml
fasterer-0.10.0 .fasterer.yml
fasterer-0.9.0 .fasterer.yml
fasterer-0.8.3 .fasterer.yml
fasterer-0.8.2 .fasterer.yml
fasterer-0.8.1 .fasterer.yml
fasterer-0.8.0 .fasterer.yml
fasterer-0.7.1 .fasterer.yml
fasterer-0.7.0 .fasterer.yml
fasterer-0.6.0 .fasterer.yml
fasterer-0.5.1 .fasterer.yml
fasterer-0.5.0 .fasterer.yml