This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def implicit_return | |
"I <3 Ruby" | |
end | |
def name_of_germany_in(language) | |
if language == "German" | |
"Deutschland" | |
elsif language == "English" | |
"Germany" | |
elsif language == "French" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# example usage: | |
# | |
# Schema = ::Dry::Validation.Schema do | |
# required(:foo).filled | |
# required(:bar).maybe | |
# optional(:fizz).filled | |
# optional(:buzz).maybe | |
# end | |
# | |
# describe Schema do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<?xml-stylesheet href="vulnerabilities-list.xsl" type="text/xsl" ?> | |
<netsparker generated="12/8/2016 2:56:36 PM"> | |
<target> | |
<url>http://localhost:3000/</url> | |
<scantime>18</scantime> | |
</target> | |
<vulnerability confirmed="True"> | |
<url>http://localhost:3000/login</url> |