Sha256: 7023d73a9858537626207e538b4ad337e90239df5a887d5da939eb3b502ca491

Contents?: true

Size: 165 Bytes

Versions: 8

Compression:

Stored size: 165 Bytes

Contents

class String
  def p
    puts self
  end

  def expa
    File.expand_path(self)
  end

  def f
    expa
  end

  def as_path
    File.join(*(split(/\W/)))
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
crudboy-0.1.7 lib/crudboy/ext/string.rb
crudboy-0.1.6 lib/crudboy/ext/string.rb
crudboy-0.1.5 lib/crudboy/ext/string.rb
crudboy-0.1.4 lib/crudboy/ext/string.rb
crudboy-0.1.3 lib/crudboy/ext/string.rb
crudboy-0.1.2 lib/crudboy/ext/string.rb
crudboy-0.1.1 lib/crudboy/ext/string.rb
crudboy-0.1.0 lib/crudboy/ext/string.rb