class Object

Public Instance Methods

fcf(str,ext=:rb) click to toggle source
# File lib/repl_index.rb, line 86
def fcf(str,ext=:rb)
  ReplIndex.fcf(str, :ext => ext)
end
fcfa(str) click to toggle source
# File lib/repl_index.rb, line 90
def fcfa(str)
  ReplIndex.fcf(str)
end