Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct require path in readme.md for version 1.0.6 #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

poudelprakash
Copy link

The example as currently written does not work in the latest version(1.0.6) of gem; This fixes

Here is the sample code I ran on my machine:

$ irb --simple-prompt
>> require 'whatlanguage'
=> true
>> "This is a test".language 
NoMethodError: undefined method `language' for "This is a test":String
    from (irb):2
    from /home/prakash/.rvm/rubies/ruby-2.3.0/bin/irb:11:in `<main>'
>> require 'whatlanguage/string'
=> true
>> "This is a test".language 
=> :polish

the example as currently written does not work in the latest gem(1.0.6); This fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant