module Babosa

Constants

STRIPPABLE

Codepoints for characters that will be deleted by #word_chars!.

Public Class Methods

jruby15?() click to toggle source
# File lib/babosa.rb, line 2
def self.jruby15?
  JRUBY_VERSION >= "1.5" rescue false
end