Method: ElFinder::Pathname#relative_to

Defined in:
lib/el_finder/pathname.rb

#relative_to(other) ⇒ Object



118
119
120
# File 'lib/el_finder/pathname.rb', line 118

def relative_to(other)
  @path.relative_path_from(other)
end