summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e718004)
raw | patch | inline | side by side (parent: e718004)
author | mental <mental@users.sourceforge.net> | |
Sat, 12 Aug 2006 07:09:54 +0000 (07:09 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sat, 12 Aug 2006 07:09:54 +0000 (07:09 +0000) |
share/extensions/simplepath.rb | patch | blob | history |
index 0b6e122bf926f8497d5d1c3a9fa3165d2620a110..7c634fe249b5a5892bd37b6165c0e408b51bfa4c 100755 (executable)
outputCommand = command.upcase
else
raise 'Invalid number of parameters' if isCommand
+ end
+
+ unless isCommand
param = token.send PATHDEFS[outputCommand].casts[params.length]
if command =~ /[a-z]/
case PATHDEFS[outputCommand].coord_types[params.length]