class String

Public Instance Methods

to_rpn() click to toggle source
# File lib/rrpn.rb, line 4
def to_rpn
  RRPN.new(self)
end