summaryrefslogtreecommitdiffstats
path: root/lib/blink/component.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-04-18 22:12:36 +0000
committerLuke Kanies <luke@madstop.com>2005-04-18 22:12:36 +0000
commita50d461d8341996fcd9b5d6fb47a37343c67e6b2 (patch)
tree6c91e64dce2d6ce15bbd33f287f9b737d4e1971d /lib/blink/component.rb
parentc0bc63fd0f2253568ee7c63881c6d6965eea6cca (diff)
downloadpuppet-a50d461d8341996fcd9b5d6fb47a37343c67e6b2.tar.gz
puppet-a50d461d8341996fcd9b5d6fb47a37343c67e6b2.tar.xz
puppet-a50d461d8341996fcd9b5d6fb47a37343c67e6b2.zip
changing types to type internally
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@184 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/blink/component.rb')
-rw-r--r--lib/blink/component.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/blink/component.rb b/lib/blink/component.rb
index bad1b0761..35a8d83d9 100644
--- a/lib/blink/component.rb
+++ b/lib/blink/component.rb
@@ -5,10 +5,10 @@
# the object allowing us to build complex structures
# this thing contains everything else, including itself
-require 'blink/interface'
+require 'blink/type'
module Blink
- class Component < Blink::Interface
+ class Component < Blink::Type
attr_accessor :name
@objects = Hash.new(nil)