README.md in sourcerer-0.6.0 vs README.md in sourcerer-0.7.0

- old
+ new

@@ -76,8 +76,20 @@ # } # ``` +### SourceCode + +you can invoke the :body & :params methods on the source code to trim out the code string parts + +```ruby + + proc_obj.source.body + proc_obj.source.params + + +``` + ### after words if you find any bug please report to me :) \ No newline at end of file