class Bio::AminoAcid
Private Instance Methods
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