Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - tompng/katakata_irb: IRB with Typed Completion
IRB with Typed Completion. Contribute to tompng/katakata_irb development by creating an account on GitHub.
Visit SiteGitHub - tompng/katakata_irb: IRB with Typed Completion
IRB with Typed Completion. Contribute to tompng/katakata_irb development by creating an account on GitHub.
Powered by 0x5a.live 💗
Important: Switch to gem repl_type_completor
IRB now supports type based completion with ruby/repl_type_completor.
See IRB's README for more information.
KatakataIrb: IRB with Kata(型 Type) completion
KatakataIrb might provide a better autocompletion based on type analysis to irb.
Installation
gem install katakata_irb
Usage
Just require katakata_irb or write it to your .irbrc
file.
# .irbrc
require 'katakata_irb' rescue nil
irb(main):001:0> require 'katakata_irb'
=> true
irb(main):002:0> [1,'a'].sample.a█
|[1,'a'].sample.abs |
|[1,'a'].sample.abs2 |
|[1,'a'].sample.allbits? |
|[1,'a'].sample.angle |
|[1,'a'].sample.anybits? |
|[1,'a'].sample.arg |
|[1,'a'].sample.ascii_only?|
irb(main):001:0> require 'katakata_irb'
=> true
irb(main):002:0> a = 10
=> 10
irb(main):003:1* if true
irb(main):004:2* b = a.times.map do
irb(main):005:2* _1.to_s
irb(main):006:1* end
irb(main):007:1* b[0].a█
|b[0].ascii_only?|
Ruby Resources
are all listed below.
GitHub - ahoward/forkoff: brain-dead simple parallel processing for ruby
resource
~/github.com
resource
GitHub - be9/acl9: Yet another role-based authorization system for Rails
resource
~/github.com
resource
GitHub - fphilipe/premailer-rails: CSS styled emails without the hassle.
resource
~/github.com
resource
GitHub - drapergem/draper: Decorators/View-Models for Rails Applications
resource
~/github.com
resource
GitHub - carmen-ruby/carmen: A repository of geographic regions for Ruby
resource
~/github.com
resource
GitHub - paper-trail-gem/paper_trail: Track changes to your rails models
resource
~/github.com
resource
GitHub - gjtorikian/html-pipeline: HTML processing filters and utilities
resource
~/github.com
resource
GitHub - kciter/simple-slack-bot: You can easily make Slack Bot!! :star:
resource
~/github.com
resource
GitHub - troessner/transitions: State machine extracted from ActiveModel
resource
~/github.com
resource
GitHub - mrkn/pycall.rb: Calling Python functions from the Ruby language
resource
~/github.com
resource
GitHub - elastic/elasticsearch-ruby: Ruby integrations for Elasticsearch
resource
~/github.com
resource
GitHub - codegram/spinach: Spinach is a BDD framework on top of Gherkin.
resource
~/github.com
resource
GitHub - mongoid/mongoid_search: Simple full text search for Mongoid ORM
resource
~/github.com
resource
Made with ❤️
to provide different kinds of informations and resources.