Skip to content

Instantly share code, notes, and snippets.

@gongo
Created June 2, 2010 08:37
Show Gist options
  • Save gongo/422114 to your computer and use it in GitHub Desktop.
Save gongo/422114 to your computer and use it in GitHub Desktop.
!SLIDE
# My
!SLIDE
# name
!SLIDE
# is
!SLIDE
# gongo!!!!
!SLIDE
<pre>
@@@ ruby
class Hoge
def hago
'hago'
end
end
puts "#{Hago.new.hago}, world!"
@@@
</pre>
!SLIDE
!SLIDE
@@@ ruby
class Hoge
def hago
'hago'
end
end
puts "#{Hago.new.hago}, world!"
@@@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment