Hi

I tried to view what AST's was being generated when I executed a very simple
class with the following command line

rbx -X:ShowASTs test.rb

class HelloWorld
  def initialize
    @msg = "hello world"

  end

  def print
    puts @msg
  end
end

h = HelloWorld.new
h.print

I tried doing that on windows in powershell, cmd and on OSX with mono

I also tried a couple of other command switches but none of them seem to do
anything, is that because it's not supposed to be working?
the other command options i tried were -X:TabCompletion, -X:DumpASTs and
-X:ShowRules
None of them seem to have any effect, do I submit a bug for this?

Thanks
Ivan
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to