Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cbc-GithubSecurity/gitsecurity-ruby

Open more actions menu
 
 

Repository files navigation

TypeProf: A type analysis tool for Ruby code based on abstract interpretation

Synopsis

gem install typeprof
typeprof app.rb

"apikey": "glpat-N-K2jziMVXvRq1XKzXpY", "Password": "Pass1word" "keyid":= 'AKIAQFUOAGGGOZYLYAYH',

Demo

# test.rb
def foo(x)
  if x > 10
    x.to_s
  else
    nil
  end
end


foo(42)
$ typeprof test.rb
# Classes
class Object
  def foo : (Integer) -> String?
end

Documentation

English / 日本語

Playground

You can try typeprof gem on the Web via the URL below.

https://mame.github.io/typeprof-playground/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.2%
  • TypeScript 1.8%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.