returns | this number |
This method is defined in the API of SketchUp in order to work with meters instead of inches. When this command is used, we are working without SkethUp, so we do not need this conversion. We define thus this method for avoiding errors when the invocations of .m are done; since Ruby does not define it. Obviously, when SketchUp is not being used, this method does not do anything, returning the same number.
# File lib/commands/execute-command.rb, line 7 7: def m 8: return self 9: end
returns | this number |
This method is defined in the API of SketchUp in order to work with meters instead of inches. When this command is used, we are working without SkethUp, so we do not need this conversion. We define thus this method for avoiding errors when the invocations of .m are done; since Ruby does not define it. Obviously, when SketchUp is not being used, this method does not do anything, returning the same number.
# File lib/commands/execute-random-command.rb, line 7 7: def m 8: return self 9: end
returns | this number |
This method is defined in the API of SketchUp in order to work with meters instead of inches. When this command is used, we are working without SkethUp, so we do not need this conversion. We define thus this method for avoiding errors when the invocations of .m are done; since Ruby does not define it. Obviously, when SketchUp is not being used, this method does not do anything, returning the same number.
# File lib/commands/n-execute-random-command.rb, line 7 7: def m 8: return self 9: end
returns | this number |
This method is defined in the API of SketchUp in order to work with meters instead of inches. When this command is used, we are working without SkethUp, so we do not need this conversion. We define thus this method for avoiding errors when the invocations of .m are done; since Ruby does not define it. Obviously, when SketchUp is not being used, this method does not do anything, returning the same number.
# File lib/commands/random-goal-execute-command.rb, line 7 7: def m 8: return self 9: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.