lib/rio/rl/base.rb in rio-0.3.3 vs lib/rio/rl/base.rb in rio-0.3.4
- old
+ new
@@ -128,10 +128,10 @@
def riorl() SCHC+self.url end
def to_s() self.fspath || '' end
def ==(other) self.to_s == other.to_s end
def ===(other) self == other end
- def =~(other) other =~ self.to_s end
+ def =~(other) other =~ self.to_str end
def length() self.to_s.length end
def fspath() nil end
def path() nil end
def to_rl() self.rl end