diff options
| -rw-r--r-- | dragon/args.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dragon/args.rb b/dragon/args.rb index cfd0502..0b9a2eb 100644 --- a/dragon/args.rb +++ b/dragon/args.rb @@ -206,7 +206,7 @@ module GTK @render_targets[name] end - # @return [GTK::OutputsArray] The array of solids to render during current tick + # @return [GTK::OutputsArray] the array of solids to render during current tick def solids @outputs.solids end @@ -215,7 +215,7 @@ module GTK @outputs.static_solids end - # @return [GTK::OutputsArray] The array of sprites to render during current tick + # @return [GTK::OutputsArray] the array of sprites to render during current tick def sprites @outputs.sprites end @@ -224,7 +224,7 @@ module GTK @outputs.static_sprites end - # @return [GTK::OutputsArray] The array of labels to render during current tick + # @return [GTK::OutputsArray] the array of labels to render during current tick def labels @outputs.labels end @@ -233,7 +233,7 @@ module GTK @outputs.static_labels end - # @return [GTK::OutputsArray] The array of lines to render during current tick + # @return [GTK::OutputsArray] the array of lines to render during current tick def lines @outputs.lines end @@ -242,7 +242,7 @@ module GTK @outputs.static_lines end - # @return [GTK::OutputsArray] The array of borders to render during current tick + # @return [GTK::OutputsArray] the array of borders to render during current tick def borders @outputs.borders end |
