Method: Persian::Text.get_constant

Defined in:
lib/persian/dynamic.rb

.get_constant(const_name) ⇒ Object



34
35
36
# File 'lib/persian/dynamic.rb', line 34

def self.get_constant(const_name)
  Persian.const_get(const_name)
end