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

add Util::TypeAnalysis #42

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

add Util::TypeAnalysis #42

wants to merge 4 commits into from

Conversation

jbodah
Copy link
Owner

@jbodah jbodah commented Aug 23, 2018

Adds a utility module for spying on methods and recording type data for those spies. This can then be compiled into YARD docs and inserted back into the code

end

def type_of(obj)
if obj.is_a?(Array) && obj.size > 0
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If is Array/Set/Hash...

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

Successfully merging this pull request may close these issues.

1 participant