Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed Jun 11, 2017
1 parent 5dfd1b7 commit fb90fba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Functions include:

For usage and examples for each of them take a look at the [unit tests](https://github.com/thisismydesign/reflection_utils/blob/master/spec/reflection_utils_spec.rb).

Another approach would be to include this functionality into classes where its needded. It may be more elegant however moving this functionality into a separate utility class decouples the logic and removes dependency from those classes.
Another approach would be to include this functionality into classes where its needed. It may be more elegant however moving this functionality into a separate utility class decouples the logic and removes dependency from those classes.

## Installation

Expand All @@ -45,6 +45,8 @@ require 'reflection_utils'
# ...

ReflectionUtils.get_bound_instance_method(instance: my_obj, method_name: :my_method)

# etc.
```

## Feedback
Expand Down

0 comments on commit fb90fba

Please sign in to comment.