Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
RubyToken::TkOp
# File irb/ruby-token.rb, line 57 def initialize(seek, line_no, char_no, op) super(seek, line_no, char_no) op = TkReading2Token[op][0] unless op.kind_of?(Symbol) @op = op end
This page was generated for Ruby 1.9.3
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.