Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/fsr.rb

Overview

This module declares the namespace under which the freeswitcher framework Any constants will be defined here, as well as methods for loading commands and applications

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object



12
13
14
# File 'lib/fsr.rb', line 12

def /(other)
  join(other.to_s)
end