ruby tag

542 questions


1 answers
48 views
0
Ruby's novice question

def self.legacy_save path = Sketchup.active_model.path if path.empty? Sketchup.send_action(saveDocument:) return end version = version_param(version(path)) Sketchup.active_model.save(path, version) UI...

2 years ago

1 answers
30 views
0
[Beginner question] Code related to typing

To make a type on Ruby run How do I write it?

2 years ago
« - 55 -

© 2024 OneMinuteCode. All rights reserved.