module Tesseract::C
Public Class Methods
for_enum(what)
click to toggle source
# File lib/tesseract/c.rb, line 81 def self.for_enum (what) what.is_a?(Integer) ? what : what.to_s.upcase.to_sym end
# File lib/tesseract/c.rb, line 81 def self.for_enum (what) what.is_a?(Integer) ? what : what.to_s.upcase.to_sym end