ruby icon indicating copy to clipboard operation
ruby copied to clipboard

protein translation private class method

Open kotp opened this issue 2 years ago • 0 comments

The class was not private, since private only effects the methods at the instance level.

Includes the following changes:

  • Detach methods from class definition
  • remove redundant _key part of variable name
  • No need for .nil? check explicitly
  • Make class method private

kotp avatar Jul 01 '22 02:07 kotp