Class: StubFile
- Inherits:
-
File
- Object
- File
- StubFile
- Defined in:
- lib/yard-sketchup/templates/stubs/fulldoc/text/setup.rb
Instance Method Summary collapse
Instance Method Details
#puts(*args) ⇒ Object
285 286 287 288 289 290 291 292 293 294 |
# File 'lib/yard-sketchup/templates/stubs/fulldoc/text/setup.rb', line 285 def puts(*args) case args.size when 0 super when 1 super trim_trailing_white_space(args[0].to_s) else raise NotImplementedError end end |