IRB Simple Prompt

So I've never written to the group as a whole, but I've never really had a
problem until now.

For some reason, my 'irb --simple-prompt' is no longer working. It worked
yesterday and even this morning. After a reset of my computer, and
reinstalling ruby 2.0, still no change.

Here is the error PowerShell keeps throwing:

name error: undefined local variable or method 'simple' for Main:Object

thoughts?

Frank Morrison
*'Semper Discens'*

The only way I could reproduce a similar error message was by running:

$ ruby -e simple-prompt
-e:1:in `<main>': undefined local variable or method `simple' for
main:Object (NameError)

···

On Tue, Oct 7, 2014 at 1:42 PM, Frank Morrison <fmorrison42@gmail.com> wrote:

So I've never written to the group as a whole, but I've never really had a
problem until now.

For some reason, my 'irb --simple-prompt' is no longer working. It worked
yesterday and even this morning. After a reset of my computer, and
reinstalling ruby 2.0, still no change.

Here is the error PowerShell keeps throwing:

name error: undefined local variable or method 'simple' for Main:Object

thoughts?

Frank Morrison
*'Semper Discens'*

--
Kendall Gifford
zettabyte@gmail.com

This doesn't quite match C Ruby output. Are you running IronRuby, by
chance?

···

On Tue, Oct 07, 2014, Frank Morrison wrote:

So I've never written to the group as a whole, but I've never really had a
problem until now.

For some reason, my 'irb --simple-prompt' is no longer working. It worked
yesterday and even this morning. After a reset of my computer, and
reinstalling ruby 2.0, still no change.

Here is the error PowerShell keeps throwing:

name error: undefined local variable or method 'simple' for Main:Object