Top Level Namespace

Defined Under Namespace

Classes: ReplIndex

Instance Method Summary collapse

Instance Method Details

#fcf(str, ext = :rb) ⇒ Object



86
87
88
# File 'lib/repl_index.rb', line 86

def fcf(str,ext=:rb)
  ReplIndex.fcf(str, :ext => ext)
end

#fcfa(str) ⇒ Object



90
91
92
# File 'lib/repl_index.rb', line 90

def fcfa(str)
  ReplIndex.fcf(str)
end