• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
mkrahulec Avatar
Name:Mike Krahulec
Clan:Unknown
Member Since:Nov 2017
Last Seen:Apr 2023
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (5)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • seasidetesting
    • commented on "The Feast of Many Beasts" ruby solution
    • 2 years ago

    That's because (in Ruby and many other languages) you can use an integer to get to the n-th charactetr in a String just as you can get the n-th element of an Array.
    You can think of a String as an ordered list of charscters (technically code points, but thats another story).

  • Custom User Avatar
    • informachikita
    • commented on "The Feast of Many Beasts" ruby solution
    • 2 years ago

    why don't we need to turn em into arrays ?

  • Custom User Avatar
    • Husoski
    • commented on "Making Copies" ruby solution
    • 3 years ago

    What do you think happens if a String argument is given? What is supposed to happen?

  • Custom User Avatar
    • mkrahulec
    • created a suggestion for "Sum of numbers from 0 to N" kata
    • 7 years ago

    It's weird that the zero has a format "0=0" but the regular format has spaces "0+1 = 0"... Consistency would be better.

  • Custom User Avatar
    • mkrahulec
    • commented on "Fix the Bugs (Syntax) - My First Kata" kata
    • 7 years ago

    It appears that now that we have Ruby 2.5.0 available in Codewars that some of the tests are causing a warning as they are using Fixnum which has been deprecated... This is causing answers to fail that should be valid (they still work in 2.3.0)

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...