Parameter | Details |
---|---|
string | Contains the Ruby source code to be evaluated. |
filename | File name to use for error reporting. |
lineno | Line number to use for error reporting. |
block | The block of code to be evaluated. |
obj | The receiver is passed to the block as its only argument. |