class Rouge::Lexers::Matlab

def self.builtins

self-modifying method that loads the builtins file
def self.builtins
  Kernel::load File.join(Lexers::BASE_DIR, 'matlab/keywords.rb')
  builtins
end