class H

Public Instance Methods

x(str) click to toggle source
# File lib/r_kit/override/test.rb, line 113
def x(str)
  "x" << str
end