Skip to content

Commit

Permalink
Cleanup some leftover Native oldness
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Nov 14, 2013
1 parent 9a7825b commit 44c694d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion stdlib/buffer.rb
Expand Up @@ -2,7 +2,7 @@
require 'buffer/view'

class Buffer
include Native::Base
include Native

def self.supported?
not $$[:ArrayBuffer].nil?
Expand Down
2 changes: 1 addition & 1 deletion stdlib/buffer/view.rb
@@ -1,7 +1,7 @@
class Buffer

class View
include Native::Base
include Native

def self.supported?
not $$[:DataView].nil?
Expand Down
13 changes: 0 additions & 13 deletions stdlib/native_exposure.rb

This file was deleted.

0 comments on commit 44c694d

Please sign in to comment.