Classes: ReplIndex
86 87 88
# File 'lib/repl_index.rb', line 86 def fcf(str,ext=:rb) ReplIndex.fcf(str, :ext => ext) end
90 91 92
# File 'lib/repl_index.rb', line 90 def fcfa(str) ReplIndex.fcf(str) end