Module: EndOfLife::Parsers::RubyVersion
- Extended by:
- RubyVersion
- Included in:
- RubyVersion
- Defined in:
- lib/end_of_life/parsers/ruby_version.rb
Instance Method Summary collapse
Instance Method Details
#parse(file_content) ⇒ Object
6 7 8 |
# File 'lib/end_of_life/parsers/ruby_version.rb', line 6 def parse(file_content) Gem::Version.new(file_content.strip.delete_prefix("ruby-")) end |