module DatamuseRB

Constants

VERSION
WORD_METHODS

Public Instance Methods

warning_message() click to toggle source
# File lib/datamuse_rb.rb, line 67
  def warning_message
    <<~HEREDOC
      DatamuseRB Deprecation Notice: 
      String will no longer be globally extended starting in version 0.2.0.
      Add 'using DatamuseRB' to the module or class that uses this behavior. 
      For further details visit https://github.com/bynarlogic/datamuse-rb
    HEREDOC
  end