class Bio::AminoAcid

Private Instance Methods

orig_reverse()

override when used as an instance method to improve performance

Alias for: reverse
reverse() click to toggle source
# File lib/bio/data/aa.rb, line 262
def reverse
  unless @reverse
    @reverse = orig_reverse
  end
  @reverse
end
Also aliased as: orig_reverse