I’ve posted about this before but didn’t come to a solution.
Say I have this R code:
foo <- test
foofoofoo <- test
foofoo <- test
How can I align the code like this:
foo <- test
foofoofoo <- test
foofoo <- test
I’ve tried selecting the code and running Bundles > Align > Align Source, but I get the message "Failure running “Align Source” interpreter failed: No such file or directory”.
Any suggestions?
Ross Ahmed
Ecologist
—
07875533906
Twitter: @RossAhmed <https://twitter.com/RossAhmed>
LinkedIn: Ross Ahmed <https://www.linkedin.com/pub/ross-ahmed/2a/775/590>
I’ve posted about this before but didn’t come to a solution.
Say I have this R code:
foo <- test
foofoofoo <- test
foofoo <- test
How can I align the code like this:
foo <- test
foofoofoo <- test
foofoo <- test
I’ve tried selecting the code and running Bundles > Align > Align Source, but I get the message "Failure running “Align Source” interpreter failed: No such file or directory”.
Any suggestions?
Ross Ahmed
Ecologist
—
07875533906
Twitter: @RossAhmed <https://twitter.com/RossAhmed>
LinkedIn: Ross Ahmed <https://www.linkedin.com/pub/ross-ahmed/2a/775/590>
Dear Sir:
I am running TextMate version-beta.8.5 on a Mac with OS10.11.2, and texlive
2015.
TexMaker, TexShop, and latex on terminal all work fine with the same .tex
file. But TextMate complains that:
"! LaTeX Error: File `xy.sty' not found."
The file xy.sty is properly located in the texlive system.
It must be a trivial problem except that I cannot figure it out. I
appreciate your help,
Luke W. Mo
Virginia Tech
Hi,
I was wondering if there is still an API to write Plug-ins for TextMate because I would like to create a Python debugger plug-in.
Thank you for this wonderful editor,
Louis
Since yesterdays update (v2.0-beta.8.4), the web view can’t load non-https urls.
This could of course be solved for the php documentation by using their secure domain, https://secure.php.net <https://secure.php.net/>. But I’m quite sure there are other bundles that open external sources over http as well.
Koen
Koen Punt mail(a)koen.pt <mailto:me@koen.pt> koen.pt <http://koen.pt/>
When editing a bundle, you can set the file types which this bundle should
apply to by default
Is there any way I am able to include file masks in this, or does it just
work on file extension?
For example, I have *.js files which obviously default to Javascript
My Smarty bundle is set to handle all *.tpl files
But now I want to override this by treating "js_*.tpl" files as Javascript
also
Thanks
I am trying to use Emmett in the latest TM and the latest Mac OS X, and I get a crash on launch every time. There is a fair amount of discussion on Github about this, and links to a non-official branch that supposedly fixes the problem, unfortunately I cannot get it to work in my system, either. Has anyone else gotten this combination to work? If so, what did you do?
Thanks,
Walter
I'm using a bundle [1] to highlight trailing whitespace. When there is
some trailing whitespace in a document and I select the text and the
selection covers the trailing whitespace, the selection gets a darker
color where there is trailing whitespace. But it's not consistent,
sometimes it gets the darker color, sometimes it doesn't. When I start
the selection on trailing whitespace the selection that covers the other
text also gets this darker color.
It's a bit hard to explain this so I created a screen recording [2]. The
red background color on the screen recording is the highlighted trailing
whitespace.
It's not a big issue since it's just the color of the selection, but I
though I could mention it anyway.
[1] https://github.com/mads379/Whitespace.tmbundle
[2]
https://drive.google.com/file/d/0B7UtafxGD9vENlBqVllvS0Frd0k/view?usp=shari…
--
/Jacob Carlborg
If I have a long line, most often in a Markdown file, the empty space on
the gutter is being highlighted for physical lines rather than the
logical line number.
In the attached screenshot, I would have expected the line number 23 to
have been highlighted. Instead, a blank space on the gutter has been.
Bob
------------------------------------------------------------------------
Robert J. Rockefeller
Richmond Hill, GA
www.bobrockefeller.com <http://www.bobrockefeller.com>
This doesn't work for me: `echo "<?php die(); ?>" | mate --type php`. TM2 opens with the type set to Plain Text. Is possible? I'm doing it wrong?
Thanks,
Q
Is there a convenient way to convert an Atom grammar for use by TextMate?
Bob
-------------------
Robert J. Rockefeller
Richmond Hill, GA
www.bobrockefeller.com
Hi,
one of the nice features of TextMate 2 is the “bundle manager” that allows us to easily install/remove bundles via a single click inside Preferences. The list of available bundles is quite long. However, there are still some bundles missing. At the end of this mail I list some bundles that I would like to see included.
I based this list on my personal usage. If anyone has some additional ideas about which bundles to include, then please share them here. While Allan and Michael – a.k.a. MacroMates – might not add them to the index, there is still a chance that we all learn about some useful bundles that make our lives easier.
So let me start with a shameless self promotion ☺ of two of my bundles:
- [Rainbow Dash]: This bundle contains a light and colorful syntax highlighting theme for TextMate
- [Special Characters]: A bundle to easily insert special characters into a TextMate document
[Rainbow Dash]: https://sanssecours.github.io/Rainbow-Dash.tmbundle/
[Special Characters]: https://sanssecours.github.io/Special-Characters.tmbundle/
Here is a list of bundles created by other people that I find useful.
- [Avian Missing] contains some additional commands „missing” from TextMate. Personally I like „Strip whitespace on save” and “Open global .tm_properties”.
- [DashMate] provides support for the documentation lookup tool [Dash](https://kapeli.com/dash).
- [EBNF TextMate highlighting] provides syntax definitions for [Extended Backus-Naur Form](https://en.wikipedia.org/wiki/Extended_Backus–Naur_Form).
- [fish TextMate Bundle] adds support for the [friendly interactive shell](http://fishshell.com).
- [Marked Bonus Pack] adds commands that preview the current Markdown document in [Marked 2](http://marked2app.com).
- [TextMate 2 rubocop] adds support for the Ruby code analyzer [RuboCop](https://github.com/bbatsov/rubocop).
- [TextLint] is a linter for your english prose. Basically it makes writing english texts – that pass the linter – a horrible experience ☺.
[Avian Missing]: https://github.com/elia/avian-missing.tmbundle
[DashMate]: https://github.com/ram-nadella/DashMate.tmbundle
[EBNF TextMate highlighting]: https://github.com/arne-schroppe/ebnf-textmate-bundle
[fish TextMate Bundle]: https://github.com/l15n/fish-tmbundle
[Marked Bonus Pack]: https://github.com/kotfu/marked-bonus-pack/tree/master/TextMate/Marked%202.…
[TextMate 2 rubocop]: https://github.com/mrdougal/textmate2-rubocop
[TextLint]: https://github.com/DamienCassou/textlint/tree/master/TextLint.tmbundle
Kind regards,
René
I’ve noticed that the find window is not tied to the same application space as the rest of the Textmate windows. Its shown globally as if the window were assigned to “All Desktops”. This is quite annoying as I often will switch applications using command tab, and then switch back to Textmate via the same key. When i return to textmate, the find window shows up in the wrong space, while the editor windows remain in their correct space.
The desired behavior would be for the find window to occupy the same space as Textmate, and upon switching to the Textmate application, the corresponding desktop space should be automatically selected.
I had an old LaTeX bundle in the Avian directory which was
conflicting with the default LaTeX directory. After removing it,
the command now work.
Angelo
Hello,
I'm using TextMate version 2.0-beta.8.3 on OS X 10.11.1, with
the latest version of the LaTeX bundle. When I try to use the
“LaTeX Symbol Based on Current Word” command, it rightfully
complains of the lack to the config_helper.rb file.
Failure running “LaTeX Symbol Based on Current Word”.
LaTeX Symbol Based on Current Word:6:in `require': no such file
to load -- /Users/angelo/Library/Application
Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/lib/Ruby/config_helper.rb
(LoadError)
from LaTeX Symbol Based on Current Word:6
Any suggestions?
Cheers,
Angelo
I am having problems with latex in TexMate and I am hoping someone can help.
I deleted the latex names from the bundles list when I was having other problems with latex (after updating to el capitan on my mac). I have since fixed these latex problems but latex is still missing for the bundles list (even though I have re-installed TexMate . I have been to preferences and uninstalled latex and then reinstalled it. It has not re-instated latex to the bundle list. Can you please tell me what I need to do to be able to use latex in TexMate again?
Let me know if you need any further information
Cheers
Sharon
[Charles Sturt University]<http://www.csu.edu.au/>
| ALBURY-WODONGA | BATHURST | CANBERRA | DUBBO | GOULBURN | MELBOURNE | ORANGE | PORT MACQUARIE | SYDNEY | WAGGA WAGGA |
________________________________
LEGAL NOTICE
This email (and any attachment) is confidential and is intended for the use of the addressee(s) only. If you are not the intended recipient of this email, you must not copy, distribute, take any action in reliance on it or disclose it to anyone. Any confidentiality is not waived or lost by reason of mistaken delivery. Email should be checked for viruses and defects before opening. Charles Sturt University (CSU) does not accept liability for viruses or any consequence which arise as a result of this email transmission. Email communications with CSU may be subject to automated email filtering, which could result in the delay or deletion of a legitimate email before it is read at CSU. The views expressed in this email are not necessarily those of CSU.
Charles Sturt University in Australia<http://www.csu.edu.au> The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 2795 (ABN: 83 878 708 551; CRICOS Provider Number: 00005F (National)). TEQSA Provider Number: PV12018
Consider the environment before printing this email.
Today something has changed and now my searches only return results if I
choose the ³in Selection² option.
If I choose the ³in Document² or ³in Open Files² option the search does not
find any matches even though there should be hundreds of them in my current
document.
Any suggestion as to how I can fix this issue?
Thanks.
Is it me or Dock icon is completely messed up in recent builds? Everything is completely scrambled in Dock context menu which I use a lot. See:
http://imgur.com/uZ4lwnR
Thanks for a info what's wrong there.
-- Adam
I love TM for its 'Go To File...' feature, using CMD+T
My workflow revolves around it, but I would love to see it become a touch
more powerful, but allowing wildcards to filter the list
Ie, typing forum_*.css would show all matching files once the wildcard has
been globbed, which currently it doesn't do.
Is this something that could be considered please?
I made some improvements to the TextMate Smarty/PHP bundle, which I;ve been
using for a while without any ill effects
I submitted a pull request for it on github, but I'm not sure if I need to
let you know, or if its a third party bundle and the original author has
moved on
Is there any chance we could get this merged into live please? I prefer not
to have standard bundles with custom mods
Thanks
The LaTeX macros don’t find my bibliography files any longer. I don’t know when this broke, it might have been with the upgrade to El Capitan. kpsewhich finds my bibliography files in Library/texmf/bibtex/bib, and TeXShop does too. /Library/TeX/texbin is in my PATH variable. I’m running TextMate 2, beta 8.1. When I do the citation completion command, I get a pop-up complaining that /Library/TeX/texbin is a directory and that kpsewhich cannot be found.
Anyone have a suggestion?
Thanks,
Kyle
To create a pattern in a TextMate grammar that matches across multiple
lines the "begin" and "end" keys are necessary. But is it possible to
somehow restrict what is matched between the begin and the end?
I'm trying to create a pattern for the hex string literal in D. It's
like a regular string literal but can only contain hex characters.
--
/Jacob Carlborg
I want to make my snippet replace the word before the caret.
Using TM vars I can insert that word in the right place in the snippet but the snippet always shows up immediately after the word. That is the original word is still there in the original location. What am I missing ?
Hi:
I just installed OS X El Capitan (ver 10.11.1) on my MacBook pro. After this installation, when I open a latex file and use command+r, I get the following error message:
----------------
Unable to run “Typeset & View (PDF)”.
This command requires ‘kpsewhich’ which wasn’t found on your system.
The following locations were searched:
• /usr/bin
• /bin
• /usr/sbin
• /sbin
• ~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/bin
• /usr/local/bin
If ‘kpsewhich’ is installed elsewhere then you need to set PATH in Preferences → Variables to include the folder in which it can be found.
-------------------
What should I do? Any help would be appreciated.
Thanks,
Tao
I’ve noticed that the "Strip Whitespace on Save” bundle only strips whitespace from the current document when saving via “Save All” or “Save on Focus Lost”.
I’d rather it changed all the files that are being saved.
Has anyone found a solution or point me in the right direction?
Thanks,
Graham P Heath
Since I updated Xcode to a later version (can't remember the exact one)
I get a huge amount of warnings one at the bottom. Can we please fix
this or suppress the warning. The amount of output this generates is
ridiculously annoying.
2 warnings generated.
[919/1174] Compile ‘Frameworks/buffer/src/symbols.cc’…
In file included from Frameworks/buffer/src/symbols.cc:1:
In file included from
/Users/jacob/development/objective-c/textmate/Shared/PCH/prelude.cc:25:
In file included from
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/dense_hash_map:104:
In file included from
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/densehashtable.h:100:
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:167:29:
warning: unused typedef 'serializing_int_requires_an_unsigned_type'
[-Wunused-local-typedef]
serializing_int_requires_an_unsigned_type);
^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:54:49:
note: expanded from macro 'SPARSEHASH_COMPILE_ASSERT'
typedef SparsehashCompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:180:29:
warning: unused typedef 'serializing_int_requires_an_unsigned_type'
[-Wunused-local-typedef]
serializing_int_requires_an_unsigned_type);
^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:54:49:
note: expanded from macro 'SPARSEHASH_COMPILE_ASSERT'
typedef SparsehashCompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
--
/Jacob Carlborg
TextMate has a feature that if a keyboard shortcut maps to multiple
commands (I'm mostly thinking of bundle commands) a context menu will
open to allow the user to disambiguate the command. It's possible to use
the numbers on the keyboard to select the correct command.
Would it be possible to use letters in addition/instead of the numbers
to disambiguate the commands?
For example, in the Git bundle there are a lot of commands that map to
the same same keyboard shortcut (⌘Y). Because they're so many only
around a third of the commands have a number to disambiguate using the
keyboard.
BTW, I tried to disable the keyboard shortcut for a couple of commands
I'm not using but the "Key Equivalent" field is blank for all the Git
commands. Does the Git bundle has some kind of special treatment?
I'm running TextMate version 2.0-beta.8.1 on OS X 10.10.3.
--
/Jacob Carlborg
I hate to bring this up again, but are there any updates on rendering the indent guides?
At the moment working with space-based indentation is a real pain, especially in JavaScript that heavily relies on callbacks.
As a workaround I do the column selection to figure out the indentation, but that feels wrong and take too much time.
If there's no progress planned, is there a way to create a plugin for TextMate that would add this feature?
I've defined an environment variable in the TextMate preferences with an
all lowercase name. That environment variable is not available to my
program/tests when I run RSpec inside TextMate. But when the first
letter of the environment variable is a capital letter I do have access
to it.
Is this a problem with TextMate or the RSpec bundle?
--
/Jacob Carlborg
I tried to create a bundle command that is executed using Ruby 2. When I
use TextMate::UI.menu in the command, the command never finish and
TextMate freezes until I force quite the Ruby process running the command.
It works with Ruby 1.8.7 but not with 2.1.5. I haven't tried 1.9.
--
/Jacob Carlborg
I've been thinking for a while that it would be nice to be able to do an
interactive rebase from within TextMate.
I tried to come up with an idea of how the UI could work. One idea that
comes to mind is to use the log. I imagine there would be some form of
buttons (edit, squash, ...) for each commit and one "global" Start
Rebase button. Ideally it should be possible to use keyboard shortcuts
as well, arrow keys for selecting a commit and E, R and S for commands
like edit, reword and squash.
The question now is, is it possible to use the HTML output view for
something like this, or would a proper UI be required? That is create a
UI in TextMate rather than in a bundle command.
The second question I have, does anyone know if it's possible to set
which commits to edit, squash and so on, before starting an interactive
rebase? Usually a text editor opens and the users selects the commands
after starting the rebase. Perhaps using libgit2 if not through the
regular command line interface.
What would also be a nice feature, or rather a shortcut of the above.
Placing the cursor of a line you would like to edit, execute a command
(via a keyboard shortcut) which basically does a "blame" and figures out
the last commit that touched that line. Then it would start an
interactive rebase and select "edit" for this particular commit.
Thoughts?
--
/Jacob Carlborg
In some cases, running something in TextMate which outputs spaces, then
copying that using the "copy output" link in the output window and then
pasting it in a new TextMate document, it will paste the spaces as
no-break spaces [1].
The easiest way to reproduce this is to run the following Ruby code
inside TextMate:
puts ' '
Then follow the steps described above. Note that if I copy the output by
selecting the text and copying it manually there's no problem.
[1] http://www.fileformat.info/info/unicode/char/00a0/index.htm
--
/Jacob Carlborg
I have the Git bundle enabled along with the SCM bundles, but when I click the icon to show SCM status, I get a view with my project at the top and (disabled). What have I missed?
Bob
-------------------
Robert J. Rockefeller
Richmond Hill, GA
www.bobrockefeller.com
TextMate can display ellipses ('…', a single glyph with three dots, also known as 'horizontal ellipses') correctly when opening files with them, and when they are typed, but will replace them with '‚Ķ' (not including the single quotes) when saving files. When they are opened again '‚Ķ' will displayed in their place.
Happens with UTF-8 encoding, have not tested other encodings.
System information:
OSX El Capitan
Version 10.11 (15A284)
MacBook Pro (17-inch, Mid 2010)
Processor: 2.66 GHz Intel Core i7
Memory: 8 GB 1067 MHz DDR3
Startup Disk: Macintosh HD
Graphics: NVIDIA GeForce GT 330M 512 MB
Im trying to add code folding regular expressions for a templating language
I use
Even if I pare it back to the most basic of examples, I cant seem to get it
working..
{if (true)}
{foo}
{/if}
foldingStartMarker = '^\{if\}';
foldingStopMarker = '^\{\\if\}';
If I omit the closing } from the first line of code...
{if (true)
Then TM does show the code folding marker (odd since the regexp should
require it?), but either way the code still doesn't fold
What am I missing?
Thanks
Is it feasible to put a Cocoa binary in a TMBundle?
I know many have small binaries as needed.
I'm working on a web recorder tool for selenium WebDriver.
Basically to capture navigation and element identifier options and do code generation in Python and Ruby. I'd rather integrate with a TMBundle but I am not sure what the options are to do that well.
Sent from my iPhone
I added support for fenced code blocks to the Markdown bundle as
described in
https://github.com/textmate/markdown.tmbundle/issues/15#issuecomment-183219…
Then I added “meta.embedded_ruby” to the as injection scope selector to
the Ruby grammar.
The result kind of works, but somehow the rule priority seems to get
mixed up (see screenshot).
Any ideas how to fix this?
Thanks,
Stefan.
I have used the Latex Bundle of TextMate on a daily basis for ten years. It is my workhorse and I am grateful for the improvements that this wonderful group has put into it, especially René Schwaiger.
Now I need help. Suddenly, for no apparent reason, I am unable to run “Typeset &View (PDF).” Here is the error log:
This command requires ‘kpsewhich’ which wasn’t found on your system.
The following locations were searched:
• /usr/bin
• /bin
• /usr/sbin
• /sbin
• ~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/bin
If ‘kpsewhich’ is installed elsewhere then you need to set PATH in Preferences → Variables to include the folder in which it can be found.
When I run “which kpsewhich” in terminal, it returns
/Library/TeX/texbin/kpsewhich
In Preferences my Path Variable is
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin:/Library/TeX/texbin
I tried replacing this with
/Library/TeX/texbin
and got this error log after restarting:
This command requires ‘kpsewhich’ which wasn’t found on your system.
The following locations were searched:
• /usr/bin
• /bin
• /usr/sbin
• /sbin
• ~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/bin
I tried restarting everything several times along the way.
I installed a fresh version of MaxTex.
I installed a fresh version of TextMate 2.
which kpsewhich returns the same response as before:
/Library/TeX/texbin/kpsewhich
I tried both
PATH and $PATH
My .tex files run as they should on TexShop.
I will be grateful for advice. I could find no other tips online, and apologize if the solution to my problem has been posted.
Best wishes,
Jenny Harrison
Mathematics Department
UC Berkeley
If I select some leading spaces on a line, and hit tab, it just inserts a
new tab character and indents the line including selection, rather than
replacing the selection
Is there a way in TM2 to have the Tab character always replace the current
selection (similar to most other text input)?
Thanks
I just noticed that when editing a an HTML file, TextMate seems to report
the indent level of the tags rather than the column numbers. I have my
indent set to two spaces (soft tabs) and the following code will show 2:2
when the cursor is at
the beginning of the second paragraph tag when it should display 2:3.
<p>
<p>
</p>
</p>
TextMate version 2.0-beta.8
OSX version 10.10.5
I started noticing recently that selecting an AppleScript in various
places (Xcode, Quicksilver, Finder, Path Finder) will hang the
foreground application in question.
Before the hang, I always see garbage (the raw text) in the Quick Look
preview. I’m pretty sure TextMate is attempting to generate the
previews in this case. (AppleScript claims to be `public.source-code`,
and TextMate’s Quick Look generator claims to be able to handle that.)
Can anyone confirm? Is it possible for the Quick Look generator to
ignore AppleScript?
--
Rob McBroom
http://www.skurfer.com/
Hi,
I'm trying to inject a custom grammar to syntax highlight test scripts inlined in python single quoted block strings (i.e.. ''' <script here>''').
This works well:
grammar : source.calvin.embedded
injection selector : string.quoted.single.block.python
definition : { patterns = ( { include = 'source.calvin'; } ); }
but when I add a scopeAttribute in .tm_properties
[ tests/*.py ]
scopeAttributes = 'attr.test.calvin'
in order to prevent the injection from happening everywhere it no longer works.
I was under the impression that the injection selector
string.quoted.single.block.python attr.test.calvin
should do just that, but nothing seems to work (no syntax highlighting).
I've tried adding '&', grouping in () etc. but no luck.
Could anyone share some insight into this?
/Per
Sometimes when I copy and paste, or select a file from templates, I get so many pair of inverted commas in the file like given
below
\documentclass[aps,prl,twocolumn,floatfix,groupedaddress]{revtex4}'
''
'\usepackage{amssymb}'
'\usepackage{amsmath}'
'\usepackage{bm}'
'\usepackage{graphicx}'
'\usepackage{subfigure}'
'\usepackage{dcolumn}'
'\usepackage[colorlinks,citecolor=red,linkcolor=blue,urlcolor=blue]{hyperref}'
''
'\begin{document}'
Is there something wrong in the setting of TextMate?
Best Regards,
Riki
I am getting error in LaTex: Failure running “Typeset & View (PDF)”
/Users/riki/Library/Application Support/TextMate/Managed/Bundles/Bundle
Support.tmbundle/Support/shared/lib/tm/process.rb:121: warning: Insecure world writable dir /Users/riki/Library/Application
Support in PATH, mode 040706 Traceback (most recent call last): File "/Users/riki/Library/Application
Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texmate.py", line 65, in from tmprefs import Preferences File
"/Users/msheets/Library/Application Support/Avian/Bundles/latex.tmbundle/Support/bin/tmprefs.py", line 3, in from __future__
import print_function ImportError: No module named Foundation
Installed Python version:
Python 2.7.10 (default, Jul 14 2015, 19:46:27)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
and
Python 3.4.3 |Anaconda 2.3.0 (x86_64)| (default, Mar 6 2015, 12:07:41)
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Installed Ruby version:
ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
Best Regards,
Riki