Search
 
SCRIPT & CODE EXAMPLE
 

RUBY

comment in ruby

 # Single line comment

=begin
multiline
comment
=end
Comment

how to comment in ruby

# How to comment a single line

=begin
How to comment 
Multiple lines
=end
Comment

how to comment out embedded ruby

<%# This is a great comment! %>
Comment

PREVIOUS NEXT
Code Example
Ruby :: how to access active record elements in ruby 
Ruby :: is codegrepper rafe approved? 
Ruby :: find records using the IN expression in Rails 
Ruby :: rails active record to fetch only list of ids 
Ruby :: add key and value to the beginning of a hash ruby 
Ruby :: save rails c output 
Ruby :: ruby puts format 
Ruby :: rails loop 
Ruby :: division in ruby 
R :: update r from rstudio 
R :: automatically wrap r text label ggplot 
R :: WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: 
R :: select all columns except one by name in r 
R :: r mean by group 
R :: how to select certain rows containing a word in r 
R :: R find index where 
R :: how to write dictionary in R 
R :: find length of a list or vector in r 
R :: r replace na with 0 
R :: filter only NA column in R 
R :: table() in r 
R :: finding index of element in r 
R :: how to source all fies from a directory in r 
R :: Use regex to extract row in R (problem) 
R :: kable thousand mark 
R :: créer un vecteur sur r 
R :: R test if variable is NA 
R :: decompose function in r 
Rust :: rust take user input 
Rust :: how to create a window in rust lang 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =