Releases: gkjpettet/roo
Releases · gkjpettet/roo
Version 2.1.8
Raspberry Pi support!
This release includes built binaries for the Raspberry Pi. You can now write code with Roo on this fantastic little computer. The only dependency is libunwind8
. Install that with the following command:
sudo apt-get install libunwind8
Bug fixes
Text.swapcase
now correctly returns the swapped case value, rather than the original value- The
RegexResult
andMatchInfo
objects now correctly report their names when printed - If the absolute value of the specified position is greater than the length of the
Text
object withText.slice(position)
thenNothing
is returned (rather than an emptyText
object) - Whenever
Text.slice!()
returnsNothing
, the originalText
object is now left unchanged
Installation
The easiest way is to use Homebrew on the Mac or Scoop on Windows.
Downloads
Version 2.1.7
Version 2.1.6
Version 2.1.5
Version 2.1.4
Improvements
- Added the
type
getter to all objects. This returns (as aText
object) the object's type - Added the
responds_to?(name)
method to all objects. This returns (as aBoolean
) whether or not the object responds to a method with the specifiedname
Installation
The easiest way is to use Homebrew on the Mac or Scoop on Windows.