class Pango::FT2Loader

Private Instance Methods

rubyish_class_name(info) click to toggle source
# File lib/pango/ft2-loader.rb, line 20
def rubyish_class_name(info)
  "FT2#{super}"
end