Skip to content

Commit

Permalink
Rename the String and Array inheritance files for cherry-picking clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Jan 14, 2014
1 parent 77dfca5 commit 139b534
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
File renamed without changes.
Expand Up @@ -75,6 +75,4 @@ def to_str
def inspect
@literal.inspect
end

# unwrapped results
end
5 changes: 2 additions & 3 deletions opal/opal.rb
Expand Up @@ -12,8 +12,10 @@
require 'corelib/enumerable'
require 'corelib/enumerator'
require 'corelib/array'
require 'corelib/array/inheritance'
require 'corelib/hash'
require 'corelib/string'
require 'corelib/string/inheritance'
require 'corelib/match_data'
require 'corelib/numeric'
require 'corelib/complex'
Expand All @@ -26,6 +28,3 @@
require 'corelib/io'
require 'corelib/main'
require 'corelib/variables'

require 'corelib/string_wrapper'
require 'corelib/array_wrapper'

0 comments on commit 139b534

Please sign in to comment.