Sha256: fbe45b503f5664e7a4d5e1f3dfe29ff3d7a96b5a31e4a4d35241a3afaa78010c

Contents?: true

Size: 219 Bytes

Versions: 33

Compression:

Stored size: 219 Bytes

Contents

'abcd abcd'.gsub(' ', '')

petar = 'petar'

petar.gsub('r', 'k')
petar.gsub(/abba/, 'k')

petar.gsub(/aab\//, 'k')

class Hello
  def hihi
    'alfabet'.gsub('r', 'b'.gsub('a', 'z'))
  end
end

petar.gsub('pet', 'fat')

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
fasterer-0.11.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.10.1 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.10.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.9.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.8.3 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.8.2 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.8.1 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.8.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.7.1 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.7.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.6.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.5.1 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.5.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.4.2 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.4.1 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.4.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.3.2 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.3.1 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.3.0 spec/support/analyzer/24_gsub_vs_tr.rb
fasterer-0.2.1 spec/support/analyzer/24_gsub_vs_tr.rb