From b62b9c91f86d96fc7ad6ace8ed2c09ff631bf7f2 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Mon, 16 Jun 2014 19:01:47 +0200 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7422670..4fa1c61 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,6 @@ to keep the script as a string and give it to `_`'s `to_be_exec()` function. Not cool, I know. I am working on it. In case you are wondering why functions like `to_i()`and `to_s()` exist in -the module. They are already more or less similarly in Python itself. But -I wanted to model the original modules' behaviour as far as possible. +the module. They are already more or less similarly implemented in Python +itself. But I wanted to model the original modules' behaviour as far as possible, +and for me that meant creating methods that behave similar to Rubys.