@unknownuser said:
i don't learn that way.. i wish all those api things had some examples in there (i.e.- type this and watch what happens
The API entry for Entities#add_edges() has a straightforward and simple example to add edges to a Sketchup::Model object. (My point of number 1, in the previous post, is that only Sketchup::Entity subclass objects, can be added into the model's DOM (Documnet Object Model heirarchy.) Sketchup::Drawingelement is a subclass of Sketchup::Entity, and the Sketchup::Drawingelement subclass objects are what you "see" in a model, such as Edges, Faces, etc.
@unknownuser said:
the api documentation probably makes a great reference for someone that already understands the basics (which i don't)
see and follow: Ruby Newbie's Guide to Getting Started