Guidelines for combining FP and OO with Ruby

There have been some threads on Functional Programming with Ruby.

But I haven’t found any guidelines on combining Functional Programming
and Object Oriented with Ruby :

  • when FP is better suited ?
  • when OO is better suited ?
  • when FP and OO combination is suited ?

Thanks for any links of references.

CM.