Method: Part.get
- Defined in:
- lib/oro/parts.rb
.get(size, config = {}) ⇒ Object
66 67 68 |
# File 'lib/oro/parts.rb', line 66 def self.get(size, config = {}) single_character_list? ? get_for_single_character_part(size, config) : get_for_word_part(size, config) end |