Article:
 |
|
Replacing AppleScript with Ruby
|
| Subject: |
|
Can't include Appscript |
| Date: |
|
2007-03-01 00:36:33 |
| From: |
|
stiang
|
|
|
|
Great article, but I got stuck when I wanted to try the examples. I installed via RubyGems, so I thought this would work:
irb(main):005:0> require "rubygems"
=> true
irb(main):006:0> gem "rb-appscript"
=> true
irb(main):007:0> include Appscript
NameError: uninitialized constant Appscript
from (irb):7
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:234
Am I doing something wrong?
|
Showing messages 1 through 3 of 3.
-
Can't include Appscript
2007-03-01 07:05:12
Matt Neuburg |
[View]
-
Can't include Appscript
2007-03-01 07:28:59
stiang
[View]
-
Can't include Appscript
2007-05-25 17:09:19
devaulw
[View]