method

index

v1_9_1_378 - Show latest stable - Class: YAML::DBM
index( keystr )
public

No documentation available.

# File lib/yaml/dbm.rb, line 29
    def index( keystr )
        super( keystr.to_yaml )
    end