class Seahorse::Client::Plugin

def literal(string)

Other tags:
    Api: - private
def literal(string)
  CodeLiteral.new(string)
end