Class: GemTags

Inherits:
Object
  • Object
show all
Defined in:
lib/ctags_ruby/gem_tags.rb

Instance Method Summary collapse

Constructor Details

#initializeGemTags

Returns a new instance of GemTags.



3
4
# File 'lib/ctags_ruby/gem_tags.rb', line 3

def initialize
end

Instance Method Details

#generateObject



6
7
8
9
# File 'lib/ctags_ruby/gem_tags.rb', line 6

def generate
  traverse_gemfile
  system ctags_expression
end