Class: Vedeu::Keymaps

Inherits:
Repository show all
Defined in:
lib/vedeu/repositories/all.rb

Overview

Allows the storing of keymaps.

Class Method Summary collapse

Methods included from Common

#defined_value?, #to_sentence

Constructor Details

This class inherits a constructor from Vedeu::Repository

Class Method Details

.keymapsVedeu::Keymaps

Returns:



94
95
96
# File 'lib/vedeu/repositories/all.rb', line 94

def self.keymaps
  @keymaps ||= Vedeu::Keymaps.new(Vedeu::Keymap)
end