Class: LLT::DbHandler::CommonDb
- Inherits:
-
Object
- Object
- LLT::DbHandler::CommonDb
- Includes:
- Helpers::Normalizer
- Defined in:
- lib/llt/db_handler/common_db.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#look_up_stem(args) ⇒ Object
10 11 12 |
# File 'lib/llt/db_handler/common_db.rb', line 10 def look_up_stem(args) @args = normalize_args(args) end |