Class Symbol
In: lib/extlib/symbol.rb
lib/extlib/try_dup.rb
Parent: Object

Methods

/   try_dup   try_dup  

Public Instance methods

Join with o as a file path

  :merb/"core_ext"              #=> "merb/core_ext"
  :merb / :core_ext / :string   #=> "merb/core_ext/string"

@param [to_s] o The path component(s) to append.

@return [String] The receiver (as path string), concatenated with o.

@api public

[Validate]