This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93cd586721
RosettaCodeData
/
Task
/
String-length
/
Ruby
/
string-length-2.rb
8 lines
118 B
Ruby
Raw
Blame
History
# -*- coding: utf-8 -*-
puts
"
あいうえお
"
.
length
# => 5
puts
"
あいうえお
"
.
size
# alias for length
# => 5
Reference in New Issue
View Git Blame
Copy Permalink