diff options
| author | Joel Martin <github@martintribe.org> | 2015-02-28 11:31:50 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-02-28 11:31:50 -0600 |
| commit | c2a6838f3943afd81cdcab02629c79d61ac3a30b (patch) | |
| tree | 238df551e3b6ba6bceb0997de876f52312ba1712 /ruby/types.rb | |
| parent | 757397e6ed998212971bd41528894c2898d67d5a (diff) | |
| parent | f2a758cb13a0f253ba03f881826f6255d654d131 (diff) | |
| download | mal-c2a6838f3943afd81cdcab02629c79d61ac3a30b.tar.gz mal-c2a6838f3943afd81cdcab02629c79d61ac3a30b.zip | |
Merge branch 'elektronaut-ruby1.9'
Diffstat (limited to 'ruby/types.rb')
| -rw-r--r-- | ruby/types.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/types.rb b/ruby/types.rb index 72d24d1..d64664b 100644 --- a/ruby/types.rb +++ b/ruby/types.rb @@ -1,4 +1,4 @@ -require "env" +require_relative "env" class MalException < StandardError attr_reader :data |
