Ruby&Rails入門講座-1

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    2 Favorites & 1 Group

    Ruby&Rails入門講座-1 - Presentation Transcript

    1. Ruby @ Ruby&Rails Ruby http://jp.rubyist.net/?RubySapporo
    2. - (5 ) - (35 ) - irb Ruby (20 ) - (5 ) - Rails (110 ) - (5 )
    3. Self-Introduction
    4. irb Ruby Practice ruby by using irb
    5. Ruby 1+1
    6. Ruby 1 + 0.1 * 5
    7. Ruby a=1 a.class
    8. Ruby b=2 c=a+b puts c
    9. Ruby ab = “aaa”+“bbb” puts “#{ab}ccc”
    10. Ruby ary = %w|aaa bbb ccc| ary.class ary.inspect
    11. Ruby ary[0] ary << “ddd” ary.shift puts ary
    12. Ruby ary.each do |element| puts element end
    13. Ruby hash = {“aaa” => “xxx”, “bbb” => “yyy”} hash.class
    14. Ruby a = true a.class a.inspect
    15. Ruby if a puts “true” else puts “false” end
    16. Ruby def foo(isNight, name) if (isNight) return “ #{name}” else return “ #{name}” end end
    17. Ruby puts foo(true, “ ”)
    18. break time
    19. Rails Practice rails
    20. masuidrive

    + snoozer05snoozer05, 3 years ago

    custom

    2049 views, 2 favs, 1 embeds more stats

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 2049
      • 1780 on SlideShare
      • 269 from embeds
    • Comments 0
    • Favorites 2
    • Downloads 48
    Most viewed embeds
    • 269 views on http://ruby-sapporo.org

    more

    All embeds
    • 269 views on http://ruby-sapporo.org

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories

    Groups / Events