Method: Samwise::Cli#check_format
- Defined in:
- lib/samwise/cli.rb
#check_format ⇒ Object
28 29 30 |
# File 'lib/samwise/cli.rb', line 28 def check_format wrap_sam("valid_format"){|c, u, j| u[j] = Samwise::Util.duns_is_properly_formatted?(duns: u['duns'])} end |