Skip to content

Commit

Permalink
ordering node names
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Aug 13, 2008
1 parent 674f246 commit ad1f1cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/zomg.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@


%w{ %w{
node node
attribute
binary
constant
interface interface
interface_header
member
operation operation
parameter parameter
attribute
member
union
typedef typedef
interface_header union
constant
binary
}.each { |node_type| }.each { |node_type|
require "zomg/idl/nodes/#{node_type}" require "zomg/idl/nodes/#{node_type}"
} }
Expand Down

0 comments on commit ad1f1cc

Please sign in to comment.