Parent

Files

NilClass

Public Instance Methods

to_ostruct() click to toggle source

Create an empty OpenStruct object.

# File lib/facets/standard/facets/ostruct.rb, line 205
def to_ostruct
  OpenStruct.new
end
to_path() click to toggle source

Provide platform dependent null path.

CREDIT Daniel Burger

# File lib/facets/standard/facets/pathname.rb, line 236
def to_path
  Pathname.null
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.