Skip to content

Commit

Permalink
Removed a ton of snippets.
Browse files Browse the repository at this point in the history
Most of these snippets were either unused by Ramaze itself or were originally
added to provide compatibility between Ruby 1.8/1.9. There also werent any
tests for quite a few of these snippets.

Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
  • Loading branch information
Yorick Peterse committed Dec 6, 2012
1 parent 86cc398 commit 7e966dc
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 1,335 deletions.
20 changes: 0 additions & 20 deletions lib/ramaze/snippets.rb
Original file line number Diff line number Diff line change
@@ -1,35 +1,15 @@
# Copyright (c) 2009 Michael Fellinger m.fellinger@gmail.com
# All files in this distribution are subject to the terms of the MIT license.

require 'ramaze/snippets/array/put_within'
require 'ramaze/snippets/binding/locals'
require 'ramaze/snippets/blankslate'
require 'ramaze/snippets/fiber'
require 'ramaze/snippets/kernel/pretty_inspect'
require 'ramaze/snippets/metaid'
require 'ramaze/snippets/numeric/filesize_format'
require 'ramaze/snippets/numeric/time'
require 'ramaze/snippets/object/__dir__'
require 'ramaze/snippets/object/instance_variable_defined'
require 'ramaze/snippets/object/pretty'
require 'ramaze/snippets/object/scope'
require 'ramaze/snippets/ordered_set'
require 'ramaze/snippets/proc/locals'
require 'ramaze/snippets/ramaze/acquire'
require 'ramaze/snippets/ramaze/deprecated'
require 'ramaze/snippets/ramaze/dictionary'
require 'ramaze/snippets/ramaze/fiber'
require 'ramaze/snippets/ramaze/lru_hash'
require 'ramaze/snippets/ramaze/struct'
require 'ramaze/snippets/string/camel_case'
require 'ramaze/snippets/string/color'
require 'ramaze/snippets/string/end_with'
require 'ramaze/snippets/string/esc'
require 'ramaze/snippets/string/ord'
require 'ramaze/snippets/string/snake_case'
require 'ramaze/snippets/string/start_with'
require 'ramaze/snippets/string/unindent'
require 'ramaze/snippets/thread/into'

Ramaze::CoreExtensions.constants.each do |const|
ext = Ramaze::CoreExtensions.const_get(const)
Expand Down
38 changes: 0 additions & 38 deletions lib/ramaze/snippets/array/put_within.rb

This file was deleted.

20 changes: 0 additions & 20 deletions lib/ramaze/snippets/binding/locals.rb

This file was deleted.

41 changes: 0 additions & 41 deletions lib/ramaze/snippets/fiber.rb

This file was deleted.

18 changes: 0 additions & 18 deletions lib/ramaze/snippets/kernel/pretty_inspect.rb

This file was deleted.

17 changes: 0 additions & 17 deletions lib/ramaze/snippets/metaid.rb

This file was deleted.

30 changes: 0 additions & 30 deletions lib/ramaze/snippets/numeric/filesize_format.rb

This file was deleted.

59 changes: 0 additions & 59 deletions lib/ramaze/snippets/numeric/time.rb

This file was deleted.

16 changes: 0 additions & 16 deletions lib/ramaze/snippets/object/instance_variable_defined.rb

This file was deleted.

12 changes: 0 additions & 12 deletions lib/ramaze/snippets/object/pretty.rb

This file was deleted.

16 changes: 0 additions & 16 deletions lib/ramaze/snippets/object/scope.rb

This file was deleted.

51 changes: 0 additions & 51 deletions lib/ramaze/snippets/ordered_set.rb

This file was deleted.

19 changes: 0 additions & 19 deletions lib/ramaze/snippets/proc/locals.rb

This file was deleted.

Loading

0 comments on commit 7e966dc

Please sign in to comment.