$ sudo gem install wirble ... irb(main):002:0> require 'wirble' irb(main):003:0> irb(main):004:0> Wirble.init irb(main):005:0> Wirble.colorize irb(main):006:0> irb(main):008:0> h = {:foo => "foo"} => {:foo=>"foo"} irb(main):017:0> h.each h.each h.each_pair h.each_with_index h.each_cons h.each_slice h.each_with_object h.each_key h.each_value
To set Wirble as default for irb
~/.irbrc require 'rubygems' require 'wirble' Wirble.init(:skip_prompt => :DEFAULT) Wirble.colorize
1 comment:
ကိုစိုးမင္းေရ
မဆီမဆိုင္ မန္႕ဦးမယ္
ဗဟုသုတၿဖစ္စရာ အမွန္ေၿပာရရင္ လူၿပိန္းနားလည္လြယ္တဲ႕ အခ်က္ေလးေတြ လာရွာဖတ္တာ မ်ားလြန္းလို႕မူးသြားတယ္
ကိုယ္႕အထင္ tipsဆုိတဲ႕ေခါင္းစဥ္ေအာက္မွာပဲရိွႏိုင္တယ္ေနာ္
ေနာက္မွထပ္လာရွာဦးမယ္
အမ်ားၾကီးပဲ ေက်းဇူးသိပ္တင္ဖို႕ေကာင္းတယ္...
;)
Post a Comment