Sha256: 3ae60c2902a4776e6a9ecf3cf51a73766343e6bdcce3cfd6fb8c97362733e69d

Contents?: true

Size: 114 Bytes

Versions: 26

Compression:

Stored size: 114 Bytes

Contents

class String
  def p
    puts self
  end

  def expa
    File.expand_path(self)
  end

  def f
    expa
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
arql-0.3.22 lib/arql/ext/string.rb
arql-0.3.21 lib/arql/ext/string.rb
arql-0.3.20 lib/arql/ext/string.rb
arql-0.3.19 lib/arql/ext/string.rb
pry-helper-0.1.3 lib/pry-helper/ext/string.rb
pry-helper-0.1.2 lib/pry-helper/ext/string.rb
arql-0.3.18 lib/arql/ext/string.rb
arql-0.3.17 lib/arql/ext/string.rb
arql-0.3.16 lib/arql/ext/string.rb
arql-0.3.15 lib/arql/ext/string.rb
arql-0.3.14 lib/arql/ext/string.rb
pry-helper-0.1.1 lib/pry-helper/ext/string.rb
pry-helper-0.1.0 lib/pry-helper/ext/string.rb
arql-0.3.13 lib/arql/ext/string.rb
arql-0.3.12 lib/arql/ext/string.rb
arql-0.3.11 lib/arql/ext/string.rb
arql-0.3.10 lib/arql/ext/string.rb
arql-0.3.9 lib/arql/ext/string.rb
arql-0.3.8 lib/arql/ext/string.rb
arql-0.3.7 lib/arql/ext/string.rb