Module: RbTagger
- Defined in:
- lib/rbtagger/version.rb,
lib/rbtagger.rb
Overview
:nodoc:
Defined Under Namespace
Modules: VERSION
Class Method Summary collapse
Class Method Details
.tags_from_file(file) ⇒ Object
4 5 6 |
# File 'lib/rbtagger.rb', line 4 def ( file ) File.read(file).split("\n").map{|t| t.strip} end |