I am in need of making a method that accepts a block. It basicly needs to do the following: * The method it self should output some content first. * Then after that content it should output the content defined in &block. * And at last output some other content defined by the method it self. In other words I need to put user-defined input in between some pre-defined content. How can I approach that? -- Posted via http://www.ruby-forum.com/.