1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

			require 'date'

			puts "Hello World"


			class Myself

				def initialize
					@name = "田中 達也"

					@birthday = Date.new 1993, 5, 26

					@hobby = ["Programming", "Anime", "Game"]
				end


				def say
					100.times {
						puts "I like " + @hobby[0]
					}
				end
			end

			myself = Myself.new
			myself.say

			

Skill Level

I'm looking forward to studying with you.

Plugins

skrollr.js, highlight.js, jquery, devicons, pictonic