Method: String#position

Defined in:
lib/ruby/jruby_hack.rb

#positionObject

To make String compatible with the Stupidedi::Reader::Input interface, we have to define #position… shameful!



501
502
503
# File 'lib/ruby/jruby_hack.rb', line 501

def position
  nil
end