class String
Public Instance Methods
expa()
click to toggle source
# File lib/arql/ext/string.rb, line 6 def expa File.expand_path(self) end
f()
click to toggle source
# File lib/arql/ext/string.rb, line 10 def f expa end
p()
click to toggle source
# File lib/arql/ext/string.rb, line 2 def p puts self end