Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Types with arguments #3

Open
gogotanaka opened this issue Dec 3, 2014 · 0 comments
Open

Types with arguments #3

gogotanaka opened this issue Dec 3, 2014 · 0 comments

Comments

@gogotanaka
Copy link
Contributor

class MyClass
  public String def returns_str(int int_var)
    'abc' * int_var
  end
end
...
@gogotanaka gogotanaka changed the title public String def returns_str; public String def returns_str(int: int_var) Dec 3, 2014
@gogotanaka gogotanaka changed the title public String def returns_str(int: int_var) Types with arguments instead of keyword arguments Dec 3, 2014
@gogotanaka gogotanaka changed the title Types with arguments instead of keyword arguments Types with arguments Dec 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant