class Object

Public Instance Methods

text(string) click to toggle source
# File lib/blogrpc/basic_handler.rb, line 9
def text(string)
  Builder::XChar.encode(string)
end