module RIO::IF::String
Public Instance Methods
+(arg)
click to toggle source
Create a Rio
referencing Rio#to_str
+ arg.to_str
rio('afile') + '-0.1' #=> rio('afile-0.1')
# File lib/rio/if/string.rb, line 40 def +(arg) target + arg end
gsub(re,string)
click to toggle source
sub(re,string)
click to toggle source