Class: String

Inherits:
Object
  • Object
show all
Defined in:
gems/rackful-0.1.1/lib/rackful_path.rb,
gems/rackful-0.1.1.orig/lib/rackful_path.rb

Overview

A String monkeypatch

Direct Known Subclasses

Rackful::Path

Instance Method Summary (collapse)

Instance Method Details

- (void) to_path



11
# File 'gems/rackful-0.1.1/lib/rackful_path.rb', line 11

def to_path; Rackful::Path.new(self); end