Skip to content

Commit

Permalink
Revert "Add ruby_dev? helper method"
Browse files Browse the repository at this point in the history
This reverts commit 4e4fba4.
  • Loading branch information
nomadium committed Apr 15, 2024
1 parent a9e7d68 commit 4503055
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/linzer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

module Linzer
VERSION = "0.6.0"

def self.ruby_dev?
RUBY_ENGINE == "ruby" && RUBY_PATCHLEVEL == -1 && /\Aruby 3.[0-9].0dev/ =~ RUBY_DESCRIPTION
end
end

0 comments on commit 4503055

Please sign in to comment.