Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Drop a rails snippet classify from Ruby language #160

Merged
merged 1 commit into from
Aug 23, 2016

Conversation

kachick
Copy link
Contributor

@kachick kachick commented Aug 20, 2016

With rails

$  ruby --version && rails --version && rails runner 'p "st_ring".classify'
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
Rails 4.1.14
Running via Spring preloader in process 17782
"StRing"

Just ruby

$  ruby --version && ruby -e 'p "st_ring".classify'
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
-e:1:in `<main>': undefined method `classify' for "st_ring":String (NoMethodError)
Did you mean?  class

May I move this into https://github.com/atom/language-ruby-on-rails ?

@kachick kachick changed the title Drop rails snippets classify from Ruby language Drop a rails snippet classify from Ruby language Aug 20, 2016
@winstliu
Copy link
Contributor

winstliu commented Aug 23, 2016

May I move this into https://github.com/atom/language-ruby-on-rails ?

Sure.

@kachick
Copy link
Contributor Author

kachick commented Aug 23, 2016

Thank you! atom/language-ruby-on-rails#46

@kachick kachick deleted the drop-classify branch August 23, 2016 07:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants